Uses of Class
org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
Packages that use AbstractIdMapper
-
Uses of AbstractIdMapper in org.hibernate.envers.internal.entities.mapper.id
Subclasses of AbstractIdMapper in org.hibernate.envers.internal.entities.mapper.idModifier and TypeClassDescriptionclassAn abstract identifier mapper implementation specific for composite identifiers.classAn identifier mapper implementation forEmbeddedIdmappings.classclassAn identifier mapper that is meant to support nestedEmbeddableinstances inside an existingEmbeddedIdidentifier hierarchy.classAn implementation of an identifier mapper for a single basic attribute property.classAn 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 AbstractIdMapperModifier and TypeFieldDescriptionprotected Map<PropertyData,AbstractIdMapper> AbstractCompositeIdMapper.idsMethods in org.hibernate.envers.internal.entities.mapper.id with parameters of type AbstractIdMapperModifier and TypeMethodDescriptionvoidAbstractCompositeIdMapper.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)