インターフェース ItemSqlParameterSourceProvider<T>
- すべての既知の実装クラス:
BeanPropertyItemSqlParameterSourceProvider
public interface ItemSqlParameterSourceProvider<T>
名前付きパラメーターの SQL 更新に SqlParameterSource を提供するための便利な戦略。
- 導入:
- 2.0
- 作成者:
- Thomas Risberg
メソッドのサマリー
修飾子と型メソッド説明org.springframework.jdbc.core.namedparam.SqlParameterSourcecreateSqlParameterSource(T item) 指定されたアイテムの値に基づいて、SqlParameterSourceにパラメーター値を指定します。
メソッドの詳細
createSqlParameterSource
指定されたアイテムの値に基づいて、SqlParameterSourceにパラメーター値を指定します。- パラメーター:
item- パラメーター値に使用するアイテム- 戻り値:
- アイテムから抽出されたパラメーター