Uses of Interface
org.hibernate.loader.ast.spi.NaturalIdLoader
-
Packages that use NaturalIdLoader Package Description 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 NaturalIdLoader in org.hibernate.loader.ast.internal
Classes in org.hibernate.loader.ast.internal that implement NaturalIdLoader Modifier and Type Class Description class
AbstractNaturalIdLoader<T>
Base support forNaturalIdLoader
implementationsclass
CompoundNaturalIdLoader<T>
NaturalIdLoader implementation for compound natural-idsclass
SimpleNaturalIdLoader<T>
NaturalIdLoader for simple natural-ids -
Uses of NaturalIdLoader in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return NaturalIdLoader Modifier and Type Method Description NaturalIdLoader<?>
EntityMappingType. getNaturalIdLoader()
Access to performing natural-id database selection.NaturalIdLoader<?>
NaturalIdMapping. makeLoader(EntityMappingType entityDescriptor)
Make a loader capable of loading a single entity by natural-id -
Uses of NaturalIdLoader in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return NaturalIdLoader Modifier and Type Method Description NaturalIdLoader<?>
CompoundNaturalIdMapping. makeLoader(EntityMappingType entityDescriptor)
NaturalIdLoader<?>
SimpleNaturalIdMapping. makeLoader(EntityMappingType entityDescriptor)
-
Uses of NaturalIdLoader in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return NaturalIdLoader Modifier and Type Method Description NaturalIdLoader<?>
AbstractEntityPersister. getNaturalIdLoader()
default NaturalIdLoader<?>
EntityPersister. getNaturalIdLoader()
-
Uses of NaturalIdLoader in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return NaturalIdLoader Modifier and Type Method Description NaturalIdLoader<?>
AnonymousTupleEntityValuedModelPart. getNaturalIdLoader()
-