当前页面:
在线文档首页 >
Hibernate 3.2.3 正式版 API 英文文档
OuterJoinableAssociation (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.loader
Class OuterJoinableAssociation
java.lang.Object
org.hibernate.loader.OuterJoinableAssociation
- public final class OuterJoinableAssociation
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OuterJoinableAssociation
public OuterJoinableAssociation(AssociationType joinableType,
String lhsAlias,
String[] lhsColumns,
String rhsAlias,
int joinType,
SessionFactoryImplementor factory,
Map enabledFilters)
throws MappingException
getJoinType
public int getJoinType()
getRHSAlias
public String getRHSAlias()
getJoinableType
public AssociationType getJoinableType()
getRHSUniqueKeyName
public String getRHSUniqueKeyName()
isCollection
public boolean isCollection()
getJoinable
public Joinable getJoinable()
getOwner
public int getOwner(List associations)
addJoins
public void addJoins(JoinFragment outerjoin)
throws MappingException
- Throws:
MappingException
validateJoin
public void validateJoin(String path)
throws MappingException
- Throws:
MappingException
isManyToManyWith
public boolean isManyToManyWith(OuterJoinableAssociation other)
addManyToManyJoin
public void addManyToManyJoin(JoinFragment outerjoin,
QueryableCollection collection)
throws MappingException
- Throws:
MappingException