|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.loader.JoinWalker
org.hibernate.loader.AbstractEntityJoinWalker
org.hibernate.loader.entity.EntityJoinWalker
public class EntityJoinWalker
A walker for loaders that fetch entities
EntityLoader| Field Summary |
|---|
| Fields inherited from class org.hibernate.loader.JoinWalker |
|---|
aliases, associations, collectionOwners, collectionPersisters, collectionSuffixes, lockModeArray, ownerAssociationTypes, owners, persisters, sql, suffixes |
| Constructor Summary | |
|---|---|
EntityJoinWalker(OuterJoinLoadable persister,
java.lang.String[] uniqueKey,
int batchSize,
LockMode lockMode,
SessionFactoryImplementor factory,
java.util.Map enabledFilters)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getComment()
|
protected boolean |
isJoinedFetchEnabled(AssociationType type,
FetchMode config,
CascadeStyle cascadeStyle)
Disable outer join fetching if this loader obtains an upgrade lock mode |
| Methods inherited from class org.hibernate.loader.AbstractEntityJoinWalker |
|---|
getAlias, getPersister, getWhereFragment, initAll, initProjection, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EntityJoinWalker(OuterJoinLoadable persister,
java.lang.String[] uniqueKey,
int batchSize,
LockMode lockMode,
SessionFactoryImplementor factory,
java.util.Map enabledFilters)
throws MappingException
MappingException| Method Detail |
|---|
protected boolean isJoinedFetchEnabled(AssociationType type,
FetchMode config,
CascadeStyle cascadeStyle)
isJoinedFetchEnabled in class AbstractEntityJoinWalkerpublic java.lang.String getComment()
getComment in class AbstractEntityJoinWalker
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||