クラス
org.seasar.extension.jdbc.ConditionType の使用

ConditionType を使用しているパッケージ
org.seasar.extension.jdbc S2JDBCの機能拡張です。 
org.seasar.extension.jdbc.where   
 

org.seasar.extension.jdbc での ConditionType の使用
 

ConditionType を返す org.seasar.extension.jdbc のメソッド
static ConditionType ConditionType.getConditionType(java.lang.String name)
          名前に応じた条件タイプを返します。
static ConditionType ConditionType.valueOf(java.lang.String name)
          指定した名前を持つこの型の列挙型定数を返します。
static ConditionType[] ConditionType.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 

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

ConditionType として宣言されている org.seasar.extension.jdbc.where のフィールド
protected  ConditionType SingleValueOperator.conditionType
          条件タイプです。
 

ConditionType 型のパラメータを持つ org.seasar.extension.jdbc.where のメソッド
protected  void AbstractWhere.addCondition(ConditionType conditionType, java.lang.String propertyName, java.lang.Object value)
          条件を追加します。
 int ComposableWhereContext.addParam(ConditionType conditionType, java.lang.Object param)
          条件にパラメータを追加します。
 

ConditionType 型のパラメータを持つ org.seasar.extension.jdbc.where のコンストラクタ
LikeOperator(ConditionType conditionType, java.lang.CharSequence propertyName, java.lang.Object value)
          インスタンスを構築します。
LikeOperator(ConditionType conditionType, java.lang.CharSequence propertyName, java.lang.Object value, boolean needEscape)
          インスタンスを構築します。
LikeOperator(ConditionType conditionType, java.lang.CharSequence propertyName, java.lang.Object value, java.lang.String escapeChar)
          インスタンスを構築します。
MultiValueOperator(ConditionType conditionType, java.lang.CharSequence propertyName, java.util.Collection<?> value)
          インスタンスを構築します。
MultiValueOperator(ConditionType conditionType, java.lang.CharSequence propertyName, java.lang.Object... value)
          インスタンスを構築します。
SingleValueOperator(ConditionType conditionType, java.lang.CharSequence propertyName, java.lang.Object value)
          インスタンスを構築します。
 



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