クラス JpaParameter
java.lang.ObjectSE
org.springframework.integration.jpa.support.JpaParameter
静的パラメーターと SpEl 式ベースのパラメーターを提供できる Jpa パラメーターの抽象化。
- 導入:
- 2.2
- 作成者:
- Gunnar Hillert, Artem Bilan, Gary Russell
コンストラクターの概要
コンストラクターコンストラクター説明デフォルトコンストラクター。JpaParameter(@Nullable ObjectSE value, @Nullable StringSE expression) 名前なしで新しい Jpa パラメーターをインスタンス化します。JpaParameter(StringSE name, @Nullable ObjectSE value, @Nullable StringSE expression) 新しい Jpa パラメーターをインスタンス化します。メソッドのサマリー
修飾子と型メソッド説明@Nullable StringSE@Nullable StringSEgetName()@Nullable Expression@Nullable Expression@Nullable ObjectSEgetValue()final voidsetExpression(@Nullable StringSE expression) voidvoidtoString()
コンストラクターの詳細
JpaParameter
public JpaParameter()デフォルトコンストラクター。JpaParameter
JpaParameter
メソッドの詳細
getName
setName
getValue
setValue
getExpression
getSpelExpression
getProjectionExpression
setExpression
toString