Uses of Interface
org.hibernate.loader.ast.spi.BatchLoader
-
Packages that use BatchLoader Package Description org.hibernate.loader.ast.internal org.hibernate.loader.ast.spi -
-
Uses of BatchLoader in org.hibernate.loader.ast.internal
Classes in org.hibernate.loader.ast.internal that implement BatchLoader Modifier and Type Class Description class
AbstractCollectionBatchLoader
class
AbstractEntityBatchLoader<T>
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
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 (?,?,...)
. -
Uses of BatchLoader in org.hibernate.loader.ast.spi
Subinterfaces of BatchLoader in org.hibernate.loader.ast.spi Modifier and Type Interface Description interface
CollectionBatchLoader
BatchLoader specialization for collection fetchinginterface
EntityBatchLoader<T>
BatchLoader specialization for entity fetching
-