Uses of Interface
org.hibernate.loader.ast.spi.CollectionLoader
Packages that use CollectionLoader
Package
Description
This package abstracts persistence mechanisms for collections.
-
Uses of CollectionLoader in org.hibernate.loader.ast.internal
Classes in org.hibernate.loader.ast.internal that implement CollectionLoaderModifier and TypeClassDescriptionclass
class
CollectionBatchLoader
using a SQLARRAY
parameter to pass the key values.class
CollectionBatchLoader
for batch fetching using a SQLIN
predicate.class
class
Main implementation of CollectionLoader for handling a load of a single collection-keyclass
A one-time useCollectionLoader
for applying a subselect fetch. -
Uses of CollectionLoader in org.hibernate.loader.ast.spi
Subinterfaces of CollectionLoader in org.hibernate.loader.ast.spiModifier and TypeInterfaceDescriptioninterface
BatchLoader specialization for collection fetching -
Uses of CollectionLoader in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return CollectionLoaderModifier and TypeMethodDescriptionprotected CollectionLoader
AbstractCollectionPersister.createNamedQueryCollectionLoader
(CollectionPersister persister, NamedQueryMemento<?> namedQueryMemento) For Hibernate Reactiveprotected CollectionLoader
AbstractCollectionPersister.createSingleKeyCollectionLoader
(LoadQueryInfluencers loadQueryInfluencers) For Hibernate Reactiveprotected CollectionLoader
AbstractCollectionPersister.createSubSelectLoader
(SubselectFetch subselect, SharedSessionContractImplementor session) protected CollectionLoader
AbstractCollectionPersister.determineLoaderToUse
(Object key, SharedSessionContractImplementor session) AbstractCollectionPersister.getCollectionLoader()