インターフェース SqlParameterSourceFactory

すべての既知の実装クラス:
BeanPropertySqlParameterSourceFactoryExpressionEvaluatingSqlParameterSourceFactory
関数インターフェース:
これは関数インターフェースであるため、ラムダ式またはメソッド参照の割り当てターゲットとして使用できます。

@FunctionalInterfaceSE public interface SqlParameterSourceFactory
更新操作で使用する SqlParameterSource のインスタンスの作成を可能にする JDBC アダプターのコラボレーター。
導入:
2.0
作成者:
Jonas Partner
  • メソッドの詳細

    • createParameterSource

      SqlParameterSource createParameterSource(ObjectSE input)
      新しい SqlParameterSource を返します。
      パラメーター:
      input - SqlParameterSource に変換される生のメッセージまたはクエリ結果
      戻り値:
      パラメーターソース。