インターフェース ItemSqlParameterSourceProvider<T>

すべての既知の実装クラス:
BeanPropertyItemSqlParameterSourceProvider

public interface ItemSqlParameterSourceProvider<T>
名前付きパラメーターの SQL 更新に SqlParameterSource を提供するための便利な戦略。
導入:
2.0
作成者:
Thomas Risberg
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    org.springframework.jdbc.core.namedparam.SqlParameterSource
    指定されたアイテムの値に基づいて、SqlParameterSource にパラメーター値を指定します。
  • メソッドの詳細

    • createSqlParameterSource

      org.springframework.jdbc.core.namedparam.SqlParameterSource createSqlParameterSource(T item)
      指定されたアイテムの値に基づいて、SqlParameterSource にパラメーター値を指定します。
      パラメーター:
      item - パラメーター値に使用するアイテム
      戻り値:
      アイテムから抽出されたパラメーター