类 CollectionJoinWalker
- java.lang.Object
-
- org.hibernate.loader.JoinWalker
-
- org.hibernate.loader.collection.CollectionJoinWalker
-
public abstract class CollectionJoinWalker extends JoinWalker
Superclass of walkers for collection initializers- 作者:
- Gavin King
- 另请参阅:
CollectionLoader,OneToManyJoinWalker,BasicCollectionJoinWalker
-
-
嵌套类概要
-
从类继承的嵌套类/接口 org.hibernate.loader.JoinWalker
JoinWalker.AssociationInitCallback
-
-
字段概要
-
从类继承的字段 org.hibernate.loader.JoinWalker
aliases, associations, collectionOwners, collectionPersisters, collectionSuffixes, lockModeArray, lockOptions, ownerAssociationTypes, owners, persisters, sql, suffixes
-
-
构造器概要
构造器 构造器 说明 CollectionJoinWalker(SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected StringBuilderwhereString(String alias, String[] columnNames, String subselect, int batchSize)-
从类继承的方法 org.hibernate.loader.JoinWalker
countCollectionPersisters, countEntityPersisters, generateRootAlias, generateTableAlias, getAliases, getAssociations, getCollectionOwners, getCollectionPersisters, getCollectionSuffixes, getDialect, getFactory, getJoinType, getJoinType, getJoinType, getLoadQueryInfluencers, getLockModeArray, getLockModeOptions, getOwnerAssociationTypes, getOwners, getPersisters, getSQLString, getSuffixes, getWithClause, hasRestriction, initPersisters, initPersisters, initPersisters, isDuplicateAssociation, isDuplicateAssociation, isJoinable, isJoinedFetchEnabled, isJoinedFetchEnabledInMapping, isTooDeep, isTooManyCollections, mergeOrderings, mergeOuterJoins, orderBy, orderBy, selectString, setAliases, setCollectionOwners, setCollectionPersisters, setCollectionSuffixes, setOwnerAssociationTypes, setOwners, setPersisters, setSql, setSuffixes, walkCollectionTree, walkEntityTree, whereString
-
-
-
-
构造器详细资料
-
CollectionJoinWalker
public CollectionJoinWalker(SessionFactoryImplementor factory, LoadQueryInfluencers loadQueryInfluencers)
-
-
方法详细资料
-
whereString
protected StringBuilder whereString(String alias, String[] columnNames, String subselect, int batchSize)
-
-