Uses of Interface
org.hibernate.envers.internal.entities.mapper.PropertyMapper
Packages that use PropertyMapper
Package
Description
-
Uses of PropertyMapper in org.hibernate.envers.internal.entities
Methods in org.hibernate.envers.internal.entities that return PropertyMapperModifier and TypeMethodDescriptionRelationDescription.getFakeBidirectionalRelationIndexMapper()
RelationDescription.getFakeBidirectionalRelationMapper()
Methods in org.hibernate.envers.internal.entities with parameters of type PropertyMapperModifier and TypeMethodDescriptionvoid
EntityConfiguration.addToManyNotOwningRelation
(String fromPropertyName, String mappedByPropertyName, String toEntityName, IdMapper idMapper, PropertyMapper fakeBidirectionalRelationMapper, PropertyMapper fakeBidirectionalRelationIndexMapper, boolean indexed) static RelationDescription
RelationDescription.toMany
(String fromPropertyName, RelationType relationType, String toEntityName, String mappedByPropertyName, IdMapper idMapper, PropertyMapper fakeBidirectionalRelationMapper, PropertyMapper fakeBidirectionalRelationIndexMapper, MiddleIdData referencingIdData, MiddleIdData referencedIdData, String auditMiddleEntityName, boolean insertable, boolean indexed) static RelationDescription
RelationDescription.toOne
(String fromPropertyName, RelationType relationType, String toEntityName, String mappedByPropertyName, IdMapper idMapper, PropertyMapper fakeBidirectionalRelationMapper, PropertyMapper fakeBidirectionalRelationIndexMapper, boolean insertable, boolean ignoreNotFound) -
Uses of PropertyMapper in org.hibernate.envers.internal.entities.mapper
Subinterfaces of PropertyMapper in org.hibernate.envers.internal.entities.mapperClasses in org.hibernate.envers.internal.entities.mapper that implement PropertyMapperModifier and TypeClassDescriptionclass
Abstract implementation of aPropertyMapper
.class
class
Multi mapper for dynamic components (it knows that component is a map, not a class)class
class
TODO: diffclass
A mapper which maps from a parent mapper and a "main" one, but adds only to the "main".Fields in org.hibernate.envers.internal.entities.mapper with type parameters of type PropertyMapperModifier and TypeFieldDescriptionprotected final Map<PropertyData,
PropertyMapper> MultiPropertyMapper.properties
Methods in org.hibernate.envers.internal.entities.mapper that return types with arguments of type PropertyMapperModifier and TypeMethodDescriptionComponentPropertyMapper.getProperties()
CompositeMapperBuilder.getProperties()
MultiPropertyMapper.getProperties()
SubclassPropertyMapper.getProperties()
Methods in org.hibernate.envers.internal.entities.mapper with parameters of type PropertyMapperModifier and TypeMethodDescriptionvoid
ComponentPropertyMapper.addComposite
(PropertyData propertyData, PropertyMapper propertyMapper) void
CompositeMapperBuilder.addComposite
(PropertyData propertyData, PropertyMapper propertyMapper) void
MultiDynamicComponentMapper.addComposite
(PropertyData propertyData, PropertyMapper propertyMapper) void
MultiPropertyMapper.addComposite
(PropertyData propertyData, PropertyMapper propertyMapper) void
SubclassPropertyMapper.addComposite
(PropertyData propertyData, PropertyMapper propertyMapper) -
Uses of PropertyMapper in org.hibernate.envers.internal.entities.mapper.relation
Classes in org.hibernate.envers.internal.entities.mapper.relation that implement PropertyMapperModifier and TypeClassDescriptionclass
class
Template class for property mappers that manage one-to-one relation.class
Base class for property mappers that manage to-one relation.class
BasicCollectionMapper<T extends Collection>
final class
class
MapCollectionMapper<T extends Map>
class
Property mapper for not owning side ofOneToOne
relation.class
Property mapper forOneToOne
withPrimaryKeyJoinColumn
relation.final class
final class
class
-
Uses of PropertyMapper in org.hibernate.envers.internal.entities.mapper.relation.component
Methods in org.hibernate.envers.internal.entities.mapper.relation.component that return types with arguments of type PropertyMapperMethods in org.hibernate.envers.internal.entities.mapper.relation.component with parameters of type PropertyMapperModifier and TypeMethodDescriptionvoid
MiddleEmbeddableComponentMapper.addComposite
(PropertyData propertyData, PropertyMapper propertyMapper)