クラス ExpressionEvaluatingParameterSourceFactory.ExpressionEvaluatingParameterSource
java.lang.ObjectSE
org.springframework.integration.jpa.support.parametersource.ExpressionEvaluatingParameterSourceFactory.ExpressionEvaluatingParameterSource
- 実装済みのインターフェース一覧:
ParameterSource, PositionSupportingParameterSource
protected class ExpressionEvaluatingParameterSourceFactory.ExpressionEvaluatingParameterSource
extends ObjectSE
implements PositionSupportingParameterSource
- 導入:
- 2.2
- 作成者:
- Gunnar Hillert, Gary Russell, Artem Bilan
コンストラクター概要
コンストラクター修飾子コンストラクター説明protectedExpressionEvaluatingParameterSource(ObjectSE input, ListSE<JpaParameter> parameters, ParameterExpressionEvaluator expressionEvaluator) 方法の概要
コンストラクターの詳細
ExpressionEvaluatingParameterSource
protected ExpressionEvaluatingParameterSource(ObjectSE input, ListSE<JpaParameter> parameters, ParameterExpressionEvaluator expressionEvaluator)
方法の詳細
getValueByPosition
- 次で指定:
- インターフェース
PositionSupportingParameterSource内のgetValueByPosition
getValue
インターフェースからコピーされた説明:ParameterSourceリクエストされた名前付きパラメーターのパラメーター値を返します。- 次で指定:
- インターフェース
ParameterSource内のgetValue - パラメーター:
paramName- パラメーターの名前- 戻り値:
- 指定されたパラメーターの値
hasValue
インターフェースからコピーされた説明:ParameterSource指定された名前付きパラメーターに値があるかどうかを判別します。- 次で指定:
- インターフェース
ParameterSource内のhasValue - パラメーター:
paramName- パラメーターの名前- 戻り値:
- 値が定義されているかどうか