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 booleanBasicMetadataGenerator. addBasic(AttributeContainer attributeContainer, PropertyAuditingData propertyAuditingData, Value value, SimpleMapperBuilder mapper, boolean insertable, boolean key)booleanIdMetadataGenerator. 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 interfaceCompositeMapperBuilderinterfaceExtendedPropertyMapperClasses in org.hibernate.envers.internal.entities.mapper that implement SimpleMapperBuilder Modifier and Type Class Description classComponentPropertyMapperclassMultiDynamicComponentMapperMulti mapper for dynamic components (it knows that component is a map, not a class)classMultiPropertyMapperclassSinglePropertyMapperTODO: diffclassSubclassPropertyMapperA 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 interfaceSimpleIdMapperBuilderA simple identifier builder contract.Classes in org.hibernate.envers.internal.entities.mapper.id that implement SimpleMapperBuilder 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. -
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 classMiddleEmbeddableComponentMapper
-