Uses of Interface
org.hibernate.loader.ast.spi.MultiLoadOptions
-
Packages that use MultiLoadOptions Package Description org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate.org.hibernate.loader.ast.spi -
-
Uses of MultiLoadOptions in org.hibernate.internal
Classes in org.hibernate.internal that implement MultiLoadOptions Modifier and Type Class Description classNaturalIdMultiLoadAccessStandard<T> -
Uses of MultiLoadOptions in org.hibernate.loader.ast.spi
Subinterfaces of MultiLoadOptions in org.hibernate.loader.ast.spi Modifier and Type Interface Description interfaceMultiIdLoadOptionsEncapsulation of the options for loading multiple entities by idinterfaceMultiNaturalIdLoadOptionsEncapsulation of the options for loading multiple entities by natural-id
-