Uses of Interface
org.hibernate.loader.ast.spi.EntityMultiLoader
-
Packages that use EntityMultiLoader Package Description org.hibernate.loader.ast.internal org.hibernate.loader.ast.spi -
-
Uses of EntityMultiLoader in org.hibernate.loader.ast.internal
Classes in org.hibernate.loader.ast.internal that implement EntityMultiLoader Modifier and Type Class Description class
AbstractMultiIdEntityLoader<T>
Base support forMultiIdEntityLoader
implementations.class
MultiIdEntityLoaderArrayParam<E>
class
MultiIdEntityLoaderStandard<T>
Standard MultiIdEntityLoaderclass
MultiNaturalIdLoaderArrayParam<E>
Standard MultiNaturalIdLoader implementationclass
MultiNaturalIdLoaderInPredicate<E>
MultiNaturalIdLoader implementation using SQL IN predicate to specify the ids -
Uses of EntityMultiLoader in org.hibernate.loader.ast.spi
Subinterfaces of EntityMultiLoader in org.hibernate.loader.ast.spi Modifier and Type Interface Description interface
MultiIdEntityLoader<T>
Loader subtype for loading multiple entities by multiple identifier values.interface
MultiNaturalIdLoader<E>
Loader for entities by multiple natural-ids
-