Uses of Interface
org.hibernate.loader.ast.spi.BatchLoader
Packages that use BatchLoader
-
Uses of BatchLoader in org.hibernate.loader.ast.internal
Classes in org.hibernate.loader.ast.internal that implement BatchLoaderModifier and TypeClassDescriptionclass
class
class
CollectionBatchLoader
using a SQLARRAY
parameter to pass the key values.class
CollectionBatchLoader
for batch fetching using a SQLIN
predicate.class
SingleIdEntityLoaderSupport
implementation based on using a single array parameter to pass the entire batch of ids.class
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.spiModifier and TypeInterfaceDescriptioninterface
BatchLoader specialization for collection fetchinginterface
BatchLoader specialization for entity fetching