Uses of Interface
org.hibernate.loader.ast.spi.MultiNaturalIdLoader
Packages that use MultiNaturalIdLoader
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 MultiNaturalIdLoader in org.hibernate.loader.ast.internal
Classes in org.hibernate.loader.ast.internal that implement MultiNaturalIdLoaderModifier and TypeClassDescriptionclass
Standard MultiNaturalIdLoader implementationclass
MultiNaturalIdLoader implementation using SQL IN predicate to specify the ids -
Uses of MultiNaturalIdLoader in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return MultiNaturalIdLoaderModifier and TypeMethodDescriptionEntityMappingType.getMultiNaturalIdLoader()
Access to performing multi-value natural-id database selection.NaturalIdMapping.makeMultiLoader
(EntityMappingType entityDescriptor) Make a loader capable of loading multiple entities by natural-id -
Uses of MultiNaturalIdLoader in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return MultiNaturalIdLoaderModifier and TypeMethodDescriptionCompoundNaturalIdMapping.makeMultiLoader
(EntityMappingType entityDescriptor) SimpleNaturalIdMapping.makeMultiLoader
(EntityMappingType entityDescriptor) -
Uses of MultiNaturalIdLoader in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return MultiNaturalIdLoaderModifier and TypeMethodDescriptionAbstractEntityPersister.getMultiNaturalIdLoader()
default MultiNaturalIdLoader<?>
EntityPersister.getMultiNaturalIdLoader()
-
Uses of MultiNaturalIdLoader in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return MultiNaturalIdLoader