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 classAbstractMultiIdEntityLoader<T>Base support for MultiIdEntityLoader implementationsclassMultiIdEntityLoaderArrayParam<E>classMultiIdEntityLoaderStandard<T>Standard MultiIdEntityLoaderclassMultiNaturalIdLoaderArrayParam<E>Standard MultiNaturalIdLoader implementationclassMultiNaturalIdLoaderInPredicate<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 interfaceMultiIdEntityLoader<T>Loader subtype for loading multiple entities by multiple identifier values.interfaceMultiNaturalIdLoader<E>Loader for entities by multiple natural-ids
-