Uses of Interface
org.hibernate.loader.ast.spi.SqlInPredicateMultiKeyLoader
-
Packages that use SqlInPredicateMultiKeyLoader Package Description org.hibernate.loader.ast.internal -
-
Uses of SqlInPredicateMultiKeyLoader in org.hibernate.loader.ast.internal
Classes in org.hibernate.loader.ast.internal that implement SqlInPredicateMultiKeyLoader Modifier and Type Class Description class
EntityBatchLoaderInPredicate<T>
AnEntityBatchLoader
using one or more SQL queries, which each initialize up to EntityBatchLoaderInPredicate.getSqlBatchSize() entities using a SQL IN predicate restriction - e.g.,... where id in (?,?,...)
.class
MultiNaturalIdLoaderInPredicate<E>
MultiNaturalIdLoader implementation using SQL IN predicate to specify the ids
-