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>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.classEntityBatchLoaderInPredicate<T>An EntityBatchLoader 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 interfaceCollectionBatchLoaderBatchLoader specialization for collection fetchinginterfaceEntityBatchLoader<T>BatchLoader specialization for entity fetching
-