Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » loader » entity » [javadoc | source]
org.hibernate.loader.entity
public class: CollectionElementLoader [javadoc | source]
java.lang.Object
   org.hibernate.loader.Loader
      org.hibernate.loader.BasicLoader
         org.hibernate.loader.OuterJoinLoader
            org.hibernate.loader.entity.CollectionElementLoader
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 CollectionElementLoader(QueryableCollection collectionPersister,
    SessionFactoryImplementor factory,
    Map enabledFilters) throws MappingException 
Method from org.hibernate.loader.entity.CollectionElementLoader Summary:
getResultColumnOrRow,   isSingleRowLoader,   loadElement
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.entity.CollectionElementLoader Detail:
 protected Object getResultColumnOrRow(Object[] row,
    ResultTransformer transformer,
    ResultSet rs,
    SessionImplementor session) throws HibernateException, SQLException 
 protected boolean isSingleRowLoader() 
 public Object loadElement(SessionImplementor session,
    Object key,
    Object index) throws HibernateException