当前页面: 
在线文档首页 > 
Hibernate 3.2.3 正式版 API 英文文档
CollectionJoinWalker (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.loader.collection
Class CollectionJoinWalker
java.lang.Object
   org.hibernate.loader.JoinWalker
org.hibernate.loader.JoinWalker
       org.hibernate.loader.collection.CollectionJoinWalker
org.hibernate.loader.collection.CollectionJoinWalker
- Direct Known Subclasses: 
- BasicCollectionJoinWalker, OneToManyJoinWalker
- public abstract class CollectionJoinWalker- extends JoinWalker
Superclass of walkers for collection initializers
- Author:
- Gavin King
- See Also:
- CollectionLoader,- OneToManyJoinWalker,- BasicCollectionJoinWalker
 
| Fields inherited from class org.hibernate.loader.JoinWalker | 
| aliases, associations, collectionOwners, collectionPersisters, collectionSuffixes, lockModeArray, ownerAssociationTypes, owners, persisters, sql, suffixes | 
 
 
 
| Methods inherited from class org.hibernate.loader.JoinWalker | 
| countCollectionPersisters, countEntityPersisters, generateRootAlias, generateTableAlias, getAliases, getCollectionOwners, getCollectionPersisters, getCollectionSuffixes, getDialect, getEnabledFilters, getFactory, getJoinType, getJoinType, getLockModeArray, getOwnerAssociationTypes, getOwners, getPersisters, getSQLString, getSuffixes, initPersisters, isDuplicateAssociation, isDuplicateAssociation, isJoinable, isJoinedFetchEnabled, isJoinedFetchEnabledInMapping, isTooDeep, isTooManyCollections, mergeOrderings, mergeOuterJoins, orderBy, orderBy, selectString, setAliases, setCollectionOwners, setCollectionPersisters, setCollectionSuffixes, setLockModeArray, setOwnerAssociationTypes, setOwners, setPersisters, setSql, setSuffixes, walkCollectionTree, walkEntityTree, whereString | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CollectionJoinWalker
public CollectionJoinWalker(SessionFactoryImplementor factory,
                            Map enabledFilters)
whereString
protected StringBuffer whereString(String alias,
                                   String[] columnNames,
                                   String subselect,
                                   int batchSize)
-