Uses of Interface
org.hibernate.envers.entities.mapper.PropertyMapper

Packages that use PropertyMapper
org.hibernate.envers.entities   
org.hibernate.envers.entities.mapper   
org.hibernate.envers.entities.mapper.relation   
 

Uses of PropertyMapper in org.hibernate.envers.entities
 

Methods in org.hibernate.envers.entities that return PropertyMapper
 PropertyMapper RelationDescription.getFakeBidirectionalRelationIndexMapper()
           
 PropertyMapper RelationDescription.getFakeBidirectionalRelationMapper()
           
 

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

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

Uses of PropertyMapper in org.hibernate.envers.entities.mapper
 

Subinterfaces of PropertyMapper in org.hibernate.envers.entities.mapper
 interface ExtendedPropertyMapper
           
 

Classes in org.hibernate.envers.entities.mapper that implement PropertyMapper
 class ComponentPropertyMapper
           
 class MultiPropertyMapper
           
 class SinglePropertyMapper
          TODO: diff
 class SubclassPropertyMapper
          A mapper which maps from a parent mapper and a "main" one, but adds only to the "main".
 

Fields in org.hibernate.envers.entities.mapper with type parameters of type PropertyMapper
protected  Map<PropertyData,PropertyMapper> MultiPropertyMapper.properties
           
 

Methods in org.hibernate.envers.entities.mapper that return types with arguments of type PropertyMapper
 Map<PropertyData,PropertyMapper> MultiPropertyMapper.getProperties()
           
 

Methods in org.hibernate.envers.entities.mapper with parameters of type PropertyMapper
 void CompositeMapperBuilder.addComposite(PropertyData propertyData, PropertyMapper propertyMapper)
           
 void MultiPropertyMapper.addComposite(PropertyData propertyData, PropertyMapper propertyMapper)
           
 void ComponentPropertyMapper.addComposite(PropertyData propertyData, PropertyMapper propertyMapper)
           
 void SubclassPropertyMapper.addComposite(PropertyData propertyData, PropertyMapper propertyMapper)
           
 

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

Classes in org.hibernate.envers.entities.mapper.relation that implement PropertyMapper
 class AbstractCollectionMapper<T>
           
 class AbstractOneToOneMapper
          Template class for property mappers that manage one-to-one relation.
 class AbstractToOneMapper
          Base class for property mappers that manage to-one relation.
 class BasicCollectionMapper<T extends Collection>
           
 class ListCollectionMapper
           
 class MapCollectionMapper<T extends Map>
           
 class OneToOneNotOwningMapper
          Property mapper for not owning side of OneToOne relation.
 class OneToOnePrimaryKeyJoinColumnMapper
          Property mapper for OneToOne with PrimaryKeyJoinColumn relation.
 class SortedMapCollectionMapper
           
 class SortedSetCollectionMapper
           
 class ToOneIdMapper
           
 



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