Examples of mapToIdFromEntity()


Examples of org.hibernate.envers.internal.entities.mapper.id.IdMapper.mapToIdFromEntity()

      );
      final String toPropertyName = toPropertyNames.iterator().next();

      for ( PersistentCollectionChangeData changeData : workUnit.getCollectionChanges() ) {
        final Object relatedObj = changeData.getChangedElement();
        final Serializable relatedId = (Serializable) relatedIdMapper.mapToIdFromEntity( relatedObj );

        auditProcess.addWorkUnit(
            new CollectionChangeWorkUnit(
                event.getSession(),
                event.getSession().bestGuessEntityName( relatedObj ),
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.