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 PropertyMapperRelationDescription. getFakeBidirectionalRelationIndexMapper()PropertyMapperRelationDescription. getFakeBidirectionalRelationMapper()Methods in org.hibernate.envers.internal.entities with parameters of type PropertyMapper Modifier and Type Method Description voidEntityConfiguration. 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.mapper Modifier and Type Interface Description interfaceExtendedPropertyMapperClasses in org.hibernate.envers.internal.entities.mapper that implement PropertyMapper Modifier and Type Class Description classAbstractPropertyMapperAbstract implementation of aPropertyMapper.classComponentPropertyMapperclassMultiDynamicComponentMapperMulti mapper for dynamic components (it knows that component is a map, not a class)classMultiPropertyMapperclassSinglePropertyMapperTODO: diffclassSubclassPropertyMapperA 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. propertiesMethods 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 voidComponentPropertyMapper. 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 PropertyMapper Modifier and Type Class Description classAbstractCollectionMapper<T>classAbstractOneToOneMapperTemplate class for property mappers that manage one-to-one relation.classAbstractToOneMapperBase class for property mappers that manage to-one relation.classBasicCollectionMapper<T extends Collection>classListCollectionMapperclassMapCollectionMapper<T extends Map>classOneToOneNotOwningMapperProperty mapper for not owning side ofOneToOnerelation.classOneToOnePrimaryKeyJoinColumnMapperProperty mapper forOneToOnewithPrimaryKeyJoinColumnrelation.classSortedMapCollectionMapperclassSortedSetCollectionMapperclassToOneIdMapper -
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 voidMiddleEmbeddableComponentMapper. addComposite(PropertyData propertyData, PropertyMapper propertyMapper)
-