org.hibernate.loader.collection
Class SubselectOneToManyLoader
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
                   org.hibernate.loader.collection.OneToManyLoader
org.hibernate.loader.collection.OneToManyLoader
                       org.hibernate.loader.collection.SubselectOneToManyLoader
org.hibernate.loader.collection.SubselectOneToManyLoader
- All Implemented Interfaces: 
- CollectionInitializer
- public class SubselectOneToManyLoader 
- extends OneToManyLoader
Implements subselect fetching for a one to many association
- Author:
- Gavin King
 
 
 
 
 
 
| 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, getQueryIdentifier, getResultColumnOrRow, getResultList, getResultSet, hasSubselectLoadableCollections, isSingleRowLoader, list, loadCollection, loadCollectionBatch, loadCollectionSubselect, loadEntity, loadEntity, loadEntityBatch, loadSequentialRowsForward, loadSequentialRowsReverse, loadSingleRow, needsFetchingScroll, prepareQueryStatement, preprocessSQL, resolveResultTransformer, scroll, upgradeLocks | 
 
 
SubselectOneToManyLoader
public SubselectOneToManyLoader(QueryableCollection persister,
                                String subquery,
                                Collection entityKeys,
                                QueryParameters queryParameters,
                                Map namedParameterLocMap,
                                SessionFactoryImplementor factory,
                                LoadQueryInfluencers loadQueryInfluencers)
                         throws MappingException
- Throws:
- MappingException
initialize
public void initialize(Serializable id,
                       SessionImplementor session)
                throws HibernateException
- Description copied from interface: CollectionInitializer
- Initialize the given collection
 
- 
- Specified by:
- initializein interface- CollectionInitializer
- Overrides:
- initializein class- CollectionLoader
 
- 
- Throws:
- HibernateException
 
getNamedParameterLocs
public int[] getNamedParameterLocs(String name)
- 
- Overrides:
- getNamedParameterLocsin class- Loader
 
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.