Uses of Interface
org.hibernate.metamodel.mapping.NaturalIdMapping
Packages that use NaturalIdMapping
Package
Description
The various concrete action implementations.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for entities.
-
Uses of NaturalIdMapping in org.hibernate.action.internal
Methods in org.hibernate.action.internal that return NaturalIdMappingModifier and TypeMethodDescriptionprotected NaturalIdMapping
EntityUpdateAction.getNaturalIdMapping()
-
Uses of NaturalIdMapping in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return NaturalIdMappingModifier and TypeMethodDescriptionprotected NaturalIdMapping
AbstractNaturalIdLoader.naturalIdMapping()
Constructors in org.hibernate.loader.ast.internal with parameters of type NaturalIdMappingModifierConstructorDescriptionAbstractNaturalIdLoader
(NaturalIdMapping naturalIdMapping, EntityMappingType entityDescriptor) -
Uses of NaturalIdMapping in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return NaturalIdMappingModifier and TypeMethodDescriptionEntityMappingType.getNaturalIdMapping()
The mapping for the natural-id of the entity, if one is defined -
Uses of NaturalIdMapping in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement NaturalIdMappingModifier and TypeClassDescriptionclass
class
Multi-attribute NaturalIdMapping implementationclass
Single-attribute NaturalIdMapping implementation -
Uses of NaturalIdMapping in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return NaturalIdMappingModifier and TypeMethodDescriptionprotected NaturalIdMapping
AbstractEntityPersister.generateNaturalIdMapping
(MappingModelCreationProcess creationProcess, PersistentClass bootEntityDescriptor) AbstractEntityPersister.getNaturalIdMapping()
-
Uses of NaturalIdMapping in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return NaturalIdMapping