Uses of Interface
org.hibernate.envers.internal.entities.mapper.SimpleMapperBuilder
-
-
Uses of SimpleMapperBuilder in org.hibernate.envers.configuration.internal.metadata
Methods in org.hibernate.envers.configuration.internal.metadata with parameters of type SimpleMapperBuilder Modifier and Type Method Description boolean
BasicMetadataGenerator. addBasic(AttributeContainer attributeContainer, PropertyAuditingData propertyAuditingData, Value value, SimpleMapperBuilder mapper, boolean insertable, boolean key)
boolean
IdMetadataGenerator. addManyToOne(AttributeContainer attributeContainer, PropertyAuditingData propertyAuditingData, Value value, SimpleMapperBuilder mapper)
-
Uses of SimpleMapperBuilder in org.hibernate.envers.internal.entities.mapper
Subinterfaces of SimpleMapperBuilder in org.hibernate.envers.internal.entities.mapper Modifier and Type Interface Description interface
CompositeMapperBuilder
interface
ExtendedPropertyMapper
Classes in org.hibernate.envers.internal.entities.mapper that implement SimpleMapperBuilder Modifier and Type Class Description class
ComponentPropertyMapper
class
MultiDynamicComponentMapper
Multi mapper for dynamic components (it knows that component is a map, not a class)class
MultiPropertyMapper
class
SinglePropertyMapper
TODO: diffclass
SubclassPropertyMapper
A mapper which maps from a parent mapper and a "main" one, but adds only to the "main". -
Uses of SimpleMapperBuilder in org.hibernate.envers.internal.entities.mapper.id
Subinterfaces of SimpleMapperBuilder in org.hibernate.envers.internal.entities.mapper.id Modifier and Type Interface Description interface
SimpleIdMapperBuilder
A simple identifier builder contract.Classes in org.hibernate.envers.internal.entities.mapper.id that implement SimpleMapperBuilder Modifier and Type Class Description class
AbstractCompositeIdMapper
An abstract identifier mapper implementation specific for composite identifiers.class
EmbeddedIdMapper
An identifier mapper implementation forEmbeddedId
mappings.class
MultipleIdMapper
An implementation of an identifier mapper forIdClass
or multipleId
identifier mappings.class
NestedEmbeddedIdMapper
An identifier mapper that is meant to support nestedEmbeddable
instances inside an existingEmbeddedId
identifier hierarchy.class
SingleIdMapper
An implementation of an identifier mapper for a single basic attribute property.class
VirtualEntitySingleIdMapper
An extension to theSingleIdMapper
implementation that supports the use case of an@IdClass
mapping that contains an entity association where the@IdClass
stores the primary key of the associated entity rather than the entity object itself. -
Uses of SimpleMapperBuilder in org.hibernate.envers.internal.entities.mapper.relation.component
Classes in org.hibernate.envers.internal.entities.mapper.relation.component that implement SimpleMapperBuilder Modifier and Type Class Description class
MiddleEmbeddableComponentMapper
-