Uses of Interface
org.hibernate.loader.ast.spi.NaturalIdLoader
-
Packages that use NaturalIdLoader Package Description 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.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.derived -
-
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.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()
-