Uses of Interface
org.hibernate.envers.internal.entities.mapper.SimpleMapperBuilder
Packages that use SimpleMapperBuilder
Package
Description
-
Uses of SimpleMapperBuilder in org.hibernate.envers.configuration.internal.metadata
Methods in org.hibernate.envers.configuration.internal.metadata with parameters of type SimpleMapperBuilderModifier and TypeMethodDescriptionboolean
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.mapperModifier and TypeInterfaceDescriptioninterface
interface
Classes in org.hibernate.envers.internal.entities.mapper that implement SimpleMapperBuilderModifier and TypeClassDescriptionclass
class
Multi mapper for dynamic components (it knows that component is a map, not a class)class
class
TODO: diffclass
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.idModifier and TypeInterfaceDescriptioninterface
A simple identifier builder contract.Classes in org.hibernate.envers.internal.entities.mapper.id that implement SimpleMapperBuilderModifier and TypeClassDescriptionclass
An abstract identifier mapper implementation specific for composite identifiers.class
An identifier mapper implementation forEmbeddedId
mappings.class
class
An identifier mapper that is meant to support nestedEmbeddable
instances inside an existingEmbeddedId
identifier hierarchy.class
An implementation of an identifier mapper for a single basic attribute property.class
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