| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | SinglePropertyMapperTODO: diff | 
|  class | SubclassPropertyMapperA 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 | ComponentPropertyMapper.addComposite(PropertyData propertyData,
             PropertyMapper propertyMapper) | 
|  void | SubclassPropertyMapper.addComposite(PropertyData propertyData,
             PropertyMapper propertyMapper) | 
|  void | CompositeMapperBuilder.addComposite(PropertyData propertyData,
             PropertyMapper propertyMapper) | 
|  void | MultiPropertyMapper.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 | BasicCollectionMapper<T extends Collection> | 
|  class | ListCollectionMapper | 
|  class | MapCollectionMapper<T extends Map> | 
|  class | OneToOneNotOwningMapper | 
|  class | SortedMapCollectionMapper | 
|  class | SortedSetCollectionMapper | 
|  class | ToOneIdMapper | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||