Uses of Interface
org.hibernate.loader.ast.spi.CollectionLoader
-
Packages that use CollectionLoader Package Description org.hibernate.loader.ast.internal org.hibernate.persister.collection 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 CollectionLoader Modifier and Type Class Description classCollectionLoaderBatchKeyA one-time use CollectionLoader for applying a batch fetchclassCollectionLoaderNamedQueryclassCollectionLoaderSingleKeyMain implementation of CollectionLoader for handling a load of a single collection-keyclassCollectionLoaderSubSelectFetchA one-time use CollectionLoader for applying a sub-select fetch -
Uses of CollectionLoader in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return CollectionLoader Modifier and Type Method Description protected CollectionLoaderAbstractCollectionPersister. createCollectionLoader(LoadQueryInfluencers loadQueryInfluencers)protected CollectionLoaderAbstractCollectionPersister. createSubSelectLoader(SubselectFetch subselect, SharedSessionContractImplementor session)protected CollectionLoaderAbstractCollectionPersister. determineLoaderToUse(Object key, SharedSessionContractImplementor session)protected CollectionLoaderAbstractCollectionPersister. getStandardCollectionLoader()
-