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.loader.ast.internal
Classes in org.hibernate.loader.ast.internal that implement NaturalIdLoaderModifier and TypeClassDescriptionclass
Base support forNaturalIdLoader
implementationsclass
NaturalIdLoader implementation for compound natural-idsclass
NaturalIdLoader for simple natural-ids -
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.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return NaturalIdLoaderModifier and TypeMethodDescriptionCompoundNaturalIdMapping.makeLoader
(EntityMappingType entityDescriptor) SimpleNaturalIdMapping.makeLoader
(EntityMappingType entityDescriptor) -
Uses of NaturalIdLoader in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return NaturalIdLoaderModifier and TypeMethodDescriptionAbstractEntityPersister.getNaturalIdLoader()
default NaturalIdLoader<?>
EntityPersister.getNaturalIdLoader()
-
Uses of NaturalIdLoader in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return NaturalIdLoader