Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » loader » collection » [javadoc | source]
org.hibernate.loader.collection
public class: CollectionLoader [javadoc | source]
java.lang.Object
   org.hibernate.loader.Loader
      org.hibernate.loader.BasicLoader
         org.hibernate.loader.OuterJoinLoader
            org.hibernate.loader.collection.CollectionLoader

All Implemented Interfaces:
    CollectionInitializer

Direct Known Subclasses:
    OneToManyLoader, SubselectOneToManyLoader, BasicCollectionLoader, SubselectCollectionLoader

Superclass for loaders that initialize collections
Fields inherited from org.hibernate.loader.OuterJoinLoader:
persisters,  collectionPersisters,  collectionOwners,  aliases,  lockModeArray,  owners,  ownerAssociationTypes,  sql,  suffixes,  collectionSuffixes
Fields inherited from org.hibernate.loader.BasicLoader:
NO_SUFFIX
Constructor:
 public CollectionLoader(QueryableCollection collectionPersister,
    SessionFactoryImplementor factory,
    Map enabledFilters) 
Method from org.hibernate.loader.collection.CollectionLoader Summary:
getKeyType,   initialize,   isSubselectLoadingEnabled,   toString
Methods from org.hibernate.loader.OuterJoinLoader:
getAliases,   getCollectionOwners,   getCollectionPersisters,   getCollectionSuffixes,   getDialect,   getEnabledFilters,   getEntityPersisters,   getLockModes,   getOwnerAssociationTypes,   getOwners,   getSQLString,   getSuffixes,   initFromWalker
Methods from org.hibernate.loader.BasicLoader:
generateSuffixes,   generateSuffixes,   getCollectionAliases,   getCollectionSuffixes,   getEntityAliases,   getSuffixes,   postInstantiate
Methods from org.hibernate.loader.Loader:
applyLocks,   autoDiscoverTypes,   bindNamedParameters,   bindParameterValues,   bindPositionalParameters,   checkScrollability,   doList,   getAliases,   getCollectionAliases,   getCollectionOwners,   getCollectionPersisters,   getEntityAliases,   getEntityEagerPropertyFetches,   getEntityPersisters,   getFactory,   getLockModes,   getNamedParameterLocs,   getOwnerAssociationTypes,   getOwners,   getQueryIdentifier,   getResultColumnOrRow,   getResultList,   getResultSet,   getSQLString,   hasSubselectLoadableCollections,   isSingleRowLoader,   isSubselectLoadingEnabled,   list,   loadCollection,   loadCollectionBatch,   loadCollectionSubselect,   loadEntity,   loadEntity,   loadEntityBatch,   loadSequentialRowsForward,   loadSequentialRowsReverse,   loadSingleRow,   needsFetchingScroll,   postInstantiate,   prepareQueryStatement,   preprocessSQL,   scroll,   toString,   upgradeLocks
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.loader.collection.CollectionLoader Detail:
 protected Type getKeyType() 
 public  void initialize(Serializable id,
    SessionImplementor session) throws HibernateException 
 protected boolean isSubselectLoadingEnabled() 
 public String toString()