Uses of Interface
org.hibernate.envers.entities.mapper.id.IdMapper

Packages that use IdMapper
org.hibernate.envers.entities   
org.hibernate.envers.entities.mapper.id   
org.hibernate.envers.entities.mapper.relation   
org.hibernate.envers.entities.mapper.relation.component   
 

Uses of IdMapper in org.hibernate.envers.entities
 

Methods in org.hibernate.envers.entities that return IdMapper
 IdMapper RelationDescription.getIdMapper()
           
 IdMapper IdMappingData.getIdMapper()
           
 IdMapper EntityConfiguration.getIdMapper()
           
 

Methods in org.hibernate.envers.entities with parameters of type IdMapper
 void EntityConfiguration.addToManyNotOwningRelation(String fromPropertyName, String mappedByPropertyName, String toEntityName, IdMapper idMapper, PropertyMapper fakeBidirectionalRelationMapper, PropertyMapper fakeBidirectionalRelationIndexMapper)
           
 void EntityConfiguration.addToOneNotOwningRelation(String fromPropertyName, String mappedByPropertyName, String toEntityName, IdMapper idMapper)
           
 void EntityConfiguration.addToOneRelation(String fromPropertyName, String toEntityName, IdMapper idMapper, boolean insertable)
           
 

Constructors in org.hibernate.envers.entities with parameters of type IdMapper
IdMappingData(IdMapper idMapper, org.dom4j.Element xmlMapping, org.dom4j.Element xmlRelationMapping)
           
RelationDescription(String fromPropertyName, RelationType relationType, String toEntityName, String mappedByPropertyName, IdMapper idMapper, PropertyMapper fakeBidirectionalRelationMapper, PropertyMapper fakeBidirectionalRelationIndexMapper, boolean insertable)
           
 

Uses of IdMapper in org.hibernate.envers.entities.mapper.id
 

Subinterfaces of IdMapper in org.hibernate.envers.entities.mapper.id
 interface SimpleIdMapperBuilder
           
 

Classes in org.hibernate.envers.entities.mapper.id that implement IdMapper
 class AbstractCompositeIdMapper
           
 class AbstractIdMapper
           
 class EmbeddedIdMapper
           
 class MultipleIdMapper
           
 class SingleIdMapper
           
 

Methods in org.hibernate.envers.entities.mapper.id that return IdMapper
 IdMapper SingleIdMapper.prefixMappedProperties(String prefix)
           
 IdMapper MultipleIdMapper.prefixMappedProperties(String prefix)
           
 IdMapper IdMapper.prefixMappedProperties(String prefix)
          Creates a mapper with all mapped properties prefixed.
 IdMapper EmbeddedIdMapper.prefixMappedProperties(String prefix)
           
 

Methods in org.hibernate.envers.entities.mapper.id with parameters of type IdMapper
 void IdMapper.addIdsEqualToQuery(Parameters parameters, String prefix1, IdMapper mapper2, String prefix2)
          Adds query statements, which contains restrictions, which express the property that the id of the entity with alias prefix1, is equal to the id of the entity with alias prefix2 mapped by the second mapper (the second mapper must be for the same entity, but it can have, for example, prefixed properties).
 void AbstractIdMapper.addIdsEqualToQuery(Parameters parameters, String prefix1, IdMapper mapper2, String prefix2)
           
 

Uses of IdMapper in org.hibernate.envers.entities.mapper.relation
 

Methods in org.hibernate.envers.entities.mapper.relation that return IdMapper
 IdMapper MiddleIdData.getOriginalMapper()
           
 IdMapper MiddleIdData.getPrefixedMapper()
           
 

Constructors in org.hibernate.envers.entities.mapper.relation with parameters of type IdMapper
ToOneIdMapper(IdMapper delegate, PropertyData propertyData, String referencedEntityName, boolean nonInsertableFake)
           
 

Uses of IdMapper in org.hibernate.envers.entities.mapper.relation.component
 

Constructors in org.hibernate.envers.entities.mapper.relation.component with parameters of type IdMapper
MiddleMapKeyIdComponentMapper(AuditEntitiesConfiguration verEntCfg, IdMapper relatedIdMapper)
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.