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.spi
Subinterfaces of CollectionLoader in org.hibernate.loader.ast.spiModifier and TypeInterfaceDescriptioninterfaceBatchLoader specialization for collection fetching -
Uses of CollectionLoader in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return CollectionLoaderModifier and TypeMethodDescriptionprotected CollectionLoaderAbstractCollectionPersister.createNamedQueryCollectionLoader(CollectionPersister persister, NamedQueryMemento<?> namedQueryMemento) For Hibernate Reactiveprotected CollectionLoaderAbstractCollectionPersister.createSingleKeyCollectionLoader(LoadQueryInfluencers loadQueryInfluencers) For Hibernate Reactiveprotected CollectionLoaderAbstractCollectionPersister.createSubSelectLoader(SubselectFetch subselect, SharedSessionContractImplementor session) protected CollectionLoaderAbstractCollectionPersister.determineLoaderToUse(Object key, SharedSessionContractImplementor session) AbstractCollectionPersister.getCollectionLoader()