org.seasar.extension.jdbc.where
クラス MultiValueOperator
java.lang.Object
org.seasar.extension.jdbc.where.ComposableWhere
org.seasar.extension.jdbc.where.SingleValueOperator
org.seasar.extension.jdbc.where.MultiValueOperator
- すべての実装されたインタフェース:
- Where
public class MultiValueOperator
- extends SingleValueOperator
複数の値を対象とする2項演算子です。
- 作成者:
- koichik
メソッドの概要 |
protected Object |
normalize(Object value)
#ignoreWhitespace() が呼び出された場合で パラメータ値の要素が空文字列または空白のみの文字列なら
null 、 それ以外なら元の値からなる配列を返します。 |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiValueOperator
public MultiValueOperator(ConditionType conditionType,
CharSequence propertyName,
Object... value)
- インスタンスを構築します。
- パラメータ:
conditionType
- 条件タイプpropertyName
- パラメータのプロパティ名value
- パラメータの値
normalize
protected Object normalize(Object value)
#ignoreWhitespace()
が呼び出された場合で パラメータ値の要素が空文字列または空白のみの文字列なら
null
、 それ以外なら元の値からなる配列を返します。
- オーバーライド:
- クラス
SingleValueOperator
内の normalize
- パラメータ:
values
- パラメータ値の配列
- 戻り値:
#ignoreWhitespace()
が呼び出された場合でパラメータ値の要素が空文字列または空白のみの文字列なら
null
、 それ以外なら元の値からなる配列
Copyright ? 2004-2008 The Seasar Foundation. All Rights Reserved.