Uses of Interface
org.hibernate.loader.ast.spi.SqlArrayMultiKeyLoader
-
Packages that use SqlArrayMultiKeyLoader Package Description org.hibernate.loader.ast.internal -
-
Uses of SqlArrayMultiKeyLoader in org.hibernate.loader.ast.internal
Classes in org.hibernate.loader.ast.internal that implement SqlArrayMultiKeyLoader Modifier and Type Class Description class
CollectionBatchLoaderArrayParam
CollectionBatchLoader
using a SQLARRAY
parameter to pass the key values.class
CollectionBatchLoaderInPredicate
CollectionBatchLoader
for batch fetching using a SQLIN
predicate.class
EntityBatchLoaderArrayParam<T>
SingleIdEntityLoaderSupport
implementation based on using a single array parameter to pass the entire batch of ids.class
MultiIdEntityLoaderArrayParam<E>
class
MultiNaturalIdLoaderArrayParam<E>
Standard MultiNaturalIdLoader implementation
-