Uses of Interface
org.hibernate.envers.internal.entities.mapper.PropertyMapper
-
-
Uses of PropertyMapper in org.hibernate.envers.internal.entities
Methods in org.hibernate.envers.internal.entities that return PropertyMapper Modifier and Type Method Description PropertyMapper
RelationDescription. getFakeBidirectionalRelationIndexMapper()
PropertyMapper
RelationDescription. getFakeBidirectionalRelationMapper()
Methods in org.hibernate.envers.internal.entities with parameters of type PropertyMapper Modifier and Type Method Description void
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.mapper Modifier and Type Interface Description interface
ExtendedPropertyMapper
Classes in org.hibernate.envers.internal.entities.mapper that implement PropertyMapper Modifier and Type Class Description class
AbstractPropertyMapper
Abstract implementation of aPropertyMapper
.class
ComponentPropertyMapper
class
MultiDynamicComponentMapper
Multi mapper for dynamic components (it knows that component is a map, not a class)class
MultiPropertyMapper
class
SinglePropertyMapper
TODO: diffclass
SubclassPropertyMapper
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 PropertyMapper Modifier and Type Field Description protected Map<PropertyData,PropertyMapper>
MultiPropertyMapper. properties
Methods in org.hibernate.envers.internal.entities.mapper that return types with arguments of type PropertyMapper Modifier and Type Method Description Map<PropertyData,PropertyMapper>
ComponentPropertyMapper. getProperties()
Map<PropertyData,PropertyMapper>
CompositeMapperBuilder. getProperties()
Map<PropertyData,PropertyMapper>
MultiPropertyMapper. getProperties()
Map<PropertyData,PropertyMapper>
SubclassPropertyMapper. getProperties()
Methods in org.hibernate.envers.internal.entities.mapper with parameters of type PropertyMapper Modifier and Type Method Description void
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 PropertyMapper Modifier and Type Class Description 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 ofOneToOne
relation.class
OneToOnePrimaryKeyJoinColumnMapper
Property mapper forOneToOne
withPrimaryKeyJoinColumn
relation.class
SortedMapCollectionMapper
class
SortedSetCollectionMapper
class
ToOneIdMapper
-
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 PropertyMapper Modifier and Type Method Description Map<PropertyData,PropertyMapper>
MiddleEmbeddableComponentMapper. getProperties()
Methods in org.hibernate.envers.internal.entities.mapper.relation.component with parameters of type PropertyMapper Modifier and Type Method Description void
MiddleEmbeddableComponentMapper. addComposite(PropertyData propertyData, PropertyMapper propertyMapper)
-