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 TypeMethodDescriptionvoidEntityConfiguration.addToManyNotOwningRelation(String fromPropertyName, String mappedByPropertyName, String toEntityName, IdMapper idMapper, PropertyMapper fakeBidirectionalRelationMapper, PropertyMapper fakeBidirectionalRelationIndexMapper, boolean indexed) static RelationDescriptionRelationDescription.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 RelationDescriptionRelationDescription.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 TypeClassDescriptionclassAbstract implementation of aPropertyMapper.classclassMulti mapper for dynamic components (it knows that component is a map, not a class)classclassTODO: diffclassA 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.propertiesMethods 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 TypeMethodDescriptionvoidComponentPropertyMapper.addComposite(PropertyData propertyData, PropertyMapper propertyMapper) voidCompositeMapperBuilder.addComposite(PropertyData propertyData, PropertyMapper propertyMapper) voidMultiDynamicComponentMapper.addComposite(PropertyData propertyData, PropertyMapper propertyMapper) voidMultiPropertyMapper.addComposite(PropertyData propertyData, PropertyMapper propertyMapper) voidSubclassPropertyMapper.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 TypeClassDescriptionclassclassTemplate class for property mappers that manage one-to-one relation.classBase class for property mappers that manage to-one relation.classBasicCollectionMapper<T extends Collection>final classclassMapCollectionMapper<T extends Map>classProperty mapper for not owning side ofOneToOnerelation.classProperty mapper forOneToOnewithPrimaryKeyJoinColumnrelation.final classfinal classclass -
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 TypeMethodDescriptionvoidMiddleEmbeddableComponentMapper.addComposite(PropertyData propertyData, PropertyMapper propertyMapper)