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 TypeMethodDescriptionbooleanBasicMetadataGenerator.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.mapperModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.hibernate.envers.internal.entities.mapper that implement SimpleMapperBuilderModifier and TypeClassDescriptionclassclassMulti mapper for dynamic components (it knows that component is a map, not a class)classclassTODO: diffclassA 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 TypeInterfaceDescriptioninterfaceA simple identifier builder contract.Classes in org.hibernate.envers.internal.entities.mapper.id that implement SimpleMapperBuilderModifier 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. -
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