org.seasar.kuina.dao.criteria.impl.grammar.join
クラス LeftOuterJoin
java.lang.Object
   org.seasar.kuina.dao.criteria.impl.grammar.join.AbstractJoin
org.seasar.kuina.dao.criteria.impl.grammar.join.AbstractJoin
       org.seasar.kuina.dao.criteria.impl.grammar.join.LeftOuterJoin
org.seasar.kuina.dao.criteria.impl.grammar.join.LeftOuterJoin
- すべての実装されたインタフェース: 
- Criterion, Join, JoinOrFetchJoin
- public class LeftOuterJoin 
- extends AbstractJoin- implements Join
左外部結合を表すクラスです.
- 作成者:
- koichik
 
 
 
 
 
| クラス java.lang.Object から継承されたメソッド | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LeftOuterJoin
public LeftOuterJoin(PathExpression associationPathSpec)
- インスタンスを構築します。
 
- パラメータ:
- associationPathSpec- association_path_expression
 
LeftOuterJoin
public LeftOuterJoin(PathExpression associationPathSpec,
                     IdentificationVariable identificationVariable)
- インスタンスを構築します。
 
- パラメータ:
- associationPathSpec- association_path_expression
- identificationVariable- identification_variable
 
accept
public void accept(IdentificationVarialbleVisitor visitor)
- インタフェース JoinOrFetchJoinの記述:
- ビジタを受け入れます.
 
- 
- 定義:
- インタフェース JoinOrFetchJoin内のaccept
 
- 
- パラメータ:
- visitor- ビジタ
 
Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.