クラス ExpressionEvaluatingParameterSourceFactory.ExpressionEvaluatingParameterSource

java.lang.ObjectSE
org.springframework.integration.jpa.support.parametersource.ExpressionEvaluatingParameterSourceFactory.ExpressionEvaluatingParameterSource
実装済みのインターフェース一覧:
ParameterSource, PositionSupportingParameterSource
含まれているクラス:
ExpressionEvaluatingParameterSourceFactory

protected class ExpressionEvaluatingParameterSourceFactory.ExpressionEvaluatingParameterSource extends ObjectSE implements PositionSupportingParameterSource
導入:
2.2
作成者:
Gunnar Hillert, Gary Russell, Artem Bilan
  • コンストラクターの詳細

  • 方法の詳細

    • getValueByPosition

      public @Nullable ObjectSE getValueByPosition(int position)
      次で指定:
      インターフェース PositionSupportingParameterSource 内の getValueByPosition 
    • getValue

      public @Nullable ObjectSE getValue(StringSE paramName)
      インターフェースからコピーされた説明: ParameterSource
      リクエストされた名前付きパラメーターのパラメーター値を返します。
      次で指定:
      インターフェース ParameterSource 内の getValue 
      パラメーター:
      paramName - パラメーターの名前
      戻り値:
      指定されたパラメーターの値
    • hasValue

      public boolean hasValue(StringSE paramName)
      インターフェースからコピーされた説明: ParameterSource
      指定された名前付きパラメーターに値があるかどうかを判別します。
      次で指定:
      インターフェース ParameterSource 内の hasValue 
      パラメーター:
      paramName - パラメーターの名前
      戻り値:
      値が定義されているかどうか