Uses of Interface
org.hibernate.metamodel.mapping.NaturalIdMapping
-
Packages that use NaturalIdMapping Package Description org.hibernate.action.internal The various concrete action implementations.org.hibernate.loader.ast.internal org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.derived -
-
Uses of NaturalIdMapping in org.hibernate.action.internal
Methods in org.hibernate.action.internal that return NaturalIdMapping Modifier and Type Method Description protected NaturalIdMappingEntityUpdateAction. getNaturalIdMapping() -
Uses of NaturalIdMapping in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return NaturalIdMapping Modifier and Type Method Description protected NaturalIdMappingAbstractNaturalIdLoader. naturalIdMapping()Constructors in org.hibernate.loader.ast.internal with parameters of type NaturalIdMapping Constructor Description AbstractNaturalIdLoader(NaturalIdMapping naturalIdMapping, EntityMappingType entityDescriptor) -
Uses of NaturalIdMapping in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return NaturalIdMapping Modifier and Type Method Description NaturalIdMappingEntityMappingType. 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 NaturalIdMapping Modifier and Type Class Description classAbstractNaturalIdMappingclassCompoundNaturalIdMappingMulti-attribute NaturalIdMapping implementationclassSimpleNaturalIdMappingSingle-attribute NaturalIdMapping implementation -
Uses of NaturalIdMapping in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return NaturalIdMapping Modifier and Type Method Description protected NaturalIdMappingAbstractEntityPersister. generateNaturalIdMapping(MappingModelCreationProcess creationProcess, PersistentClass bootEntityDescriptor)NaturalIdMappingAbstractEntityPersister. getNaturalIdMapping() -
Uses of NaturalIdMapping in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return NaturalIdMapping Modifier and Type Method Description NaturalIdMappingAnonymousTupleEntityValuedModelPart. getNaturalIdMapping()
-