Uses of Interface
org.hibernate.loader.ast.spi.CollectionLoader
-
Packages that use CollectionLoader Package Description org.hibernate.persister.collection -
-
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()
-