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 class
NaturalIdMultiLoadAccessStandard<T>
-
Uses of MultiLoadOptions in org.hibernate.loader.ast.spi
Subinterfaces of MultiLoadOptions in org.hibernate.loader.ast.spi Modifier and Type Interface Description interface
MultiIdLoadOptions
Encapsulation of the options for loading multiple entities by idinterface
MultiNaturalIdLoadOptions
Encapsulation of the options for loading multiple entities by natural-id
-