Uses of Interface
org.hibernate.envers.internal.entities.mapper.id.SimpleIdMapperBuilder
-
Packages that use SimpleIdMapperBuilder Package Description org.hibernate.envers.configuration.internal.metadata org.hibernate.envers.internal.entities.mapper.id -
-
Uses of SimpleIdMapperBuilder in org.hibernate.envers.configuration.internal.metadata
Methods in org.hibernate.envers.configuration.internal.metadata with parameters of type SimpleIdMapperBuilder Modifier and Type Method Description booleanIdMetadataGenerator. addBasic(AttributeContainer attributeContainer, PropertyAuditingData propertyAuditingData, Value value, SimpleIdMapperBuilder mapper, boolean key) -
Uses of SimpleIdMapperBuilder in org.hibernate.envers.internal.entities.mapper.id
Classes in org.hibernate.envers.internal.entities.mapper.id that implement SimpleIdMapperBuilder Modifier and Type Class Description classAbstractCompositeIdMapperAn abstract identifier mapper implementation specific for composite identifiers.classEmbeddedIdMapperAn identifier mapper implementation forEmbeddedIdmappings.classMultipleIdMapperAn implementation of an identifier mapper forIdClassor multipleIdidentifier mappings.classNestedEmbeddedIdMapperAn 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.
-