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 SQL ARRAY parameter to pass the key valuesclass
CollectionBatchLoaderInPredicate
CollectionLoader for batch fetching using a SQL IN predicateclass
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
-