Package org.hibernate.envers.internal.entities.mapper.relation.component

Examples of org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapKeyIdComponentMapper


            .get( referencedEntityName ).getIdMappingData();
        final int currentIndex = queryGeneratorBuilder == null ? 0 : queryGeneratorBuilder.getCurrentIndex();
        if ( "".equals( mapKey ) ) {
          // The key of the map is the id of the entity.
          return new MiddleComponentData(
              new MiddleMapKeyIdComponentMapper(
                  mainGenerator.getVerEntCfg(),
                  referencedIdMapping.getIdMapper()
              ),
              currentIndex
          );
View Full Code Here


            .get( referencedEntityName ).getIdMappingData();
        final int currentIndex = queryGeneratorBuilder == null ? 0 : queryGeneratorBuilder.getCurrentIndex();
        if ( "".equals( mapKey ) ) {
          // The key of the map is the id of the entity.
          return new MiddleComponentData(
              new MiddleMapKeyIdComponentMapper(
                  mainGenerator.getVerEntCfg(),
                  referencedIdMapping.getIdMapper()
              ),
              currentIndex
          );
View Full Code Here

TOP

Related Classes of org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapKeyIdComponentMapper

Copyright © 2018 www.massapicom. 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.