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 classCollectionBatchLoaderArrayParamCollectionBatchLoader using a SQL ARRAY parameter to pass the key valuesclassCollectionBatchLoaderInPredicateCollectionLoader for batch fetching using a SQL IN predicateclassEntityBatchLoaderArrayParam<T>SingleIdEntityLoaderSupport implementation based on using a single array parameter to pass the entire batch of ids.classMultiIdEntityLoaderArrayParam<E>classMultiNaturalIdLoaderArrayParam<E>Standard MultiNaturalIdLoader implementation
-