クラス
org.seasar.extension.jdbc.where.ComplexWhere の使用

ComplexWhere を使用しているパッケージ
org.seasar.extension.jdbc.where   
org.seasar.extension.jdbc.where.condition   
 

org.seasar.extension.jdbc.where での ComplexWhere の使用
 

ComplexWhere を返す org.seasar.extension.jdbc.where のメソッド
 ComplexWhere ComplexWhere.and(Where factor)
          これまでに追加された条件と、引数で渡された条件全体をANDで結合します。
 ComplexWhere ComplexWhere.or()
          これまでに追加された条件とこれから追加される条件をORで結合します。
 

org.seasar.extension.jdbc.where.condition での ComplexWhere の使用
 

ComplexWhere として宣言されている org.seasar.extension.jdbc.where.condition のフィールド
protected  ComplexWhere AbstractEntityCondition.where
          WHERE句を組み立てるComplexWhere
 

ComplexWhere 型のパラメータを持つ org.seasar.extension.jdbc.where.condition のコンストラクタ
AbstractEntityCondition(java.lang.String prefix, ComplexWhere where)
          インスタンスを構築します。
 



Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.