Uses of Class
org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
-
Packages that use AbstractIdMapper Package Description org.hibernate.envers.internal.entities.mapper.id -
-
Uses of AbstractIdMapper in org.hibernate.envers.internal.entities.mapper.id
Subclasses of AbstractIdMapper in org.hibernate.envers.internal.entities.mapper.id Modifier and Type Class Description classAbstractCompositeIdMapperAn abstract identifier mapper implementation specific for composite identifiers.classEmbeddedIdMapperAn identifier mapper implementation forEmbeddedIdmappings.classMultipleIdMapperclassNestedEmbeddedIdMapperAn identifier mapper that is meant to support nestedEmbeddableinstances inside an existingEmbeddedIdidentifier hierarchy.classSingleIdMapperAn implementation of an identifier mapper for a single basic attribute property.classVirtualEntitySingleIdMapperAn extension to theSingleIdMapperimplementation that supports the use case of an@IdClassmapping that contains an entity association where the@IdClassstores the primary key of the associated entity rather than the entity object itself.Fields in org.hibernate.envers.internal.entities.mapper.id with type parameters of type AbstractIdMapper Modifier and Type Field Description protected Map<PropertyData,AbstractIdMapper>AbstractCompositeIdMapper. idsMethods in org.hibernate.envers.internal.entities.mapper.id with parameters of type AbstractIdMapper Modifier and Type Method Description voidAbstractCompositeIdMapper. add(PropertyData propertyData, AbstractIdMapper idMapper)voidSimpleIdMapperBuilder. add(PropertyData propertyData, AbstractIdMapper idMapper)Add a custom identifier mapper to the builder.voidSingleIdMapper. add(PropertyData propertyData, AbstractIdMapper idMapper)
-