Uses of Interface
org.hibernate.loader.ast.spi.NaturalIdLoader
-
Packages that use NaturalIdLoader Package Description org.hibernate.loader.ast.internal org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.persister.entity 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 classAbstractNaturalIdLoader<T>Base support for NaturalIdLoader implementationsclassCompoundNaturalIdLoader<T>NaturalIdLoader implementation for compound natural-idsclassSimpleNaturalIdLoader<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()
-