org.hibernate.loader.collection
Class CollectionLoader
java.lang.Object
   org.hibernate.loader.Loader
org.hibernate.loader.Loader
       org.hibernate.loader.BasicLoader
org.hibernate.loader.BasicLoader
           org.hibernate.loader.OuterJoinLoader
org.hibernate.loader.OuterJoinLoader
               org.hibernate.loader.collection.CollectionLoader
org.hibernate.loader.collection.CollectionLoader
- All Implemented Interfaces: 
- CollectionInitializer
- Direct Known Subclasses: 
- BasicCollectionLoader, OneToManyLoader
- public class CollectionLoader 
- extends OuterJoinLoader- implements CollectionInitializer
Superclass for loaders that initialize collections
- See Also:
- OneToManyLoader,- BasicCollectionLoader
 
 
 
| Fields inherited from class org.hibernate.loader.Loader | 
| LOG | 
 
 
 
| Methods inherited from class org.hibernate.loader.OuterJoinLoader | 
| getAliases, getCollectionOwners, getCollectionPersisters, getCollectionSuffixes, getDialect, getEntityPersisters, getLoadQueryInfluencers, getLockModes, getLockOptions, getOwnerAssociationTypes, getOwners, getSQLString, getSuffixes, initFromWalker | 
 
 
| Methods inherited from class org.hibernate.loader.Loader | 
| applyLocks, applyPostLoadLocks, areResultSetRowsTransformedImmediately, autoDiscoverTypes, bindNamedParameters, bindParameterValues, bindPositionalParameters, checkScrollability, doList, extractKeysFromResultSet, getCompositeKeyManyToOneTargetIndices, getEntityEagerPropertyFetches, getFactory, getNamedParameterLocs, getQueryIdentifier, getResultColumnOrRow, getResultList, getResultRow, getResultRowAliases, getResultSet, hasSubselectLoadableCollections, includeInResultRow, isSingleRowLoader, list, loadCollection, loadCollectionBatch, loadCollectionSubselect, loadEntity, loadEntity, loadEntityBatch, loadSequentialRowsForward, loadSequentialRowsReverse, loadSingleRow, needsFetchingScroll, prepareQueryStatement, preprocessSQL, resolveResultTransformer, scroll, upgradeLocks | 
 
 
CollectionLoader
public CollectionLoader(QueryableCollection collectionPersister,
                        SessionFactoryImplementor factory,
                        LoadQueryInfluencers loadQueryInfluencers)
isSubselectLoadingEnabled
protected boolean isSubselectLoadingEnabled()
- 
- Overrides:
- isSubselectLoadingEnabledin class- Loader
 
- 
 
initialize
public void initialize(Serializable id,
                       SessionImplementor session)
                throws HibernateException
- Description copied from interface: CollectionInitializer
- Initialize the given collection
 
- 
- Specified by:
- initializein interface- CollectionInitializer
 
- 
- Throws:
- HibernateException
 
getKeyType
protected Type getKeyType()
- 
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Loader
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.