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 classAbstractCollectionBatchLoaderclassAbstractEntityBatchLoader<T>classCollectionBatchLoaderArrayParamCollectionBatchLoaderusing a SQLARRAYparameter to pass the key values.classCollectionBatchLoaderInPredicateCollectionBatchLoaderfor batch fetching using a SQLINpredicate.classEntityBatchLoaderArrayParam<T>SingleIdEntityLoaderSupportimplementation based on using a single array parameter to pass the entire batch of ids.classEntityBatchLoaderInPredicate<T>AnEntityBatchLoaderusing 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 interfaceCollectionBatchLoaderBatchLoader specialization for collection fetchinginterfaceEntityBatchLoader<T>BatchLoader specialization for entity fetching
-