Uses of Interface
org.hibernate.loader.ast.spi.NaturalIdLoadOptions
-
Packages that use NaturalIdLoadOptions Package Description org.hibernate.loader.access org.hibernate.loader.ast.spi -
-
Uses of NaturalIdLoadOptions in org.hibernate.loader.access
Classes in org.hibernate.loader.access that implement NaturalIdLoadOptions Modifier and Type Class Description classBaseNaturalIdLoadAccessImpl<T>classNaturalIdLoadAccessImpl<T>classSimpleNaturalIdLoadAccessImpl<T> -
Uses of NaturalIdLoadOptions in org.hibernate.loader.ast.spi
Fields in org.hibernate.loader.ast.spi declared as NaturalIdLoadOptions Modifier and Type Field Description static NaturalIdLoadOptionsNaturalIdLoadOptions. NONESingleton accessMethods in org.hibernate.loader.ast.spi with parameters of type NaturalIdLoadOptions Modifier and Type Method Description TNaturalIdLoader. load(Object naturalIdToLoad, NaturalIdLoadOptions options, SharedSessionContractImplementor session)Perform the load of the entity by its natural-id
-