Uses of Interface
org.hibernate.loader.ast.spi.SqlInPredicateMultiKeyLoader
Packages that use SqlInPredicateMultiKeyLoader
-
Uses of SqlInPredicateMultiKeyLoader in org.hibernate.loader.ast.internal
Classes in org.hibernate.loader.ast.internal that implement SqlInPredicateMultiKeyLoaderModifier and TypeClassDescriptionclass
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
MultiNaturalIdLoader implementation using SQL IN predicate to specify the ids