Uses of Interface
org.hibernate.loader.ast.spi.NaturalIdLoader
Packages that use NaturalIdLoader
Package
Description
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 NaturalIdLoader in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return NaturalIdLoaderModifier and TypeMethodDescriptionEntityMappingType.getNaturalIdLoader()
Access to performing natural-id database selection.NaturalIdMapping.makeLoader
(EntityMappingType entityDescriptor) Make a loader capable of loading a single entity by natural-id -
Uses of NaturalIdLoader in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return NaturalIdLoaderModifier and TypeMethodDescriptionAbstractEntityPersister.getNaturalIdLoader()
default NaturalIdLoader
<?> EntityPersister.getNaturalIdLoader()