org.hibernate.loader.collection
Class CollectionJoinWalker
java.lang.Object
org.hibernate.loader.JoinWalker
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, lockOptions, ownerAssociationTypes, owners, persisters, sql, suffixes |
Methods inherited from class org.hibernate.loader.JoinWalker |
countCollectionPersisters, countEntityPersisters, generateRootAlias, generateTableAlias, getAliases, getCollectionOwners, getCollectionPersisters, getCollectionSuffixes, getDialect, getFactory, getJoinType, getJoinType, getJoinType, getLoadQueryInfluencers, getLockModeArray, getLockModeOptions, getOwnerAssociationTypes, getOwners, getPersisters, getSQLString, getSuffixes, getWithClause, 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionJoinWalker
public CollectionJoinWalker(SessionFactoryImplementor factory,
LoadQueryInfluencers loadQueryInfluencers)
whereString
protected StringBuffer whereString(String alias,
String[] columnNames,
String subselect,
int batchSize)
Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.