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

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

org.seasar.extension.jdbc.operation での SingleValueOperator の使用
 

SingleValueOperator を返す org.seasar.extension.jdbc.operation のメソッド
static
<PropType,ParamType extends PropType>
SingleValueOperator
Operations.eq(PropertyName<PropType> propertyName, ParamType param)
          =演算子による検索条件を作成します。
static
<PropType,ParamType extends PropType>
SingleValueOperator
Operations.ge(PropertyName<PropType> propertyName, ParamType param)
          >=演算子による検索条件を作成します。
static
<PropType,ParamType extends PropType>
SingleValueOperator
Operations.gt(PropertyName<PropType> propertyName, ParamType param)
          >演算子による検索条件を作成します。
static SingleValueOperator Operations.isNotNull(PropertyName<?> propertyName)
          IS NOT NULL演算子による検索条件を作成します。
static SingleValueOperator Operations.isNotNull(PropertyName<?> propertyName, java.lang.Boolean param)
          IS NOT NULL演算子による検索条件を作成します。
static SingleValueOperator Operations.isNull(PropertyName<?> propertyName)
          IS NULL演算子による検索条件を作成します。
static SingleValueOperator Operations.isNull(PropertyName<?> propertyName, java.lang.Boolean param)
          IS NULL演算子による検索条件を作成します。
static
<PropType,ParamType extends PropType>
SingleValueOperator
Operations.le(PropertyName<PropType> propertyName, ParamType param)
          <=演算子による検索条件を作成します。
static
<PropType,ParamType extends PropType>
SingleValueOperator
Operations.lt(PropertyName<PropType> propertyName, ParamType param)
          <演算子による検索条件を作成します。
static
<PropType,ParamType extends PropType>
SingleValueOperator
Operations.ne(PropertyName<PropType> propertyName, ParamType param)
          <>演算子による検索条件を作成します。
 

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

org.seasar.extension.jdbc.where での SingleValueOperator のサブクラス
 class LikeOperator
          LIKE演算子です。
 class MultiValueOperator
          複数の値を対象とする2項演算子です。
 

SingleValueOperator を返す org.seasar.extension.jdbc.where のメソッド
 SingleValueOperator SingleValueOperator.excludesWhitespace()
          パラメータ値が空文字列または空白のみの文字列なら nullとして扱い、条件に加えないことを指定します。
 



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