Class JpaParameter
java.lang.Object
org.springframework.integration.jpa.support.JpaParameter
Abstraction of Jpa parameters allowing to provide static parameters
and SpEl Expression based parameters.
- Since:
- 2.2
- Author:
- Gunnar Hillert, Artem Bilan, Gary Russell
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.JpaParameter
(Object value, String expression) Instantiates a new Jpa Parameter without a name.JpaParameter
(String name, Object value, String expression) Instantiates a new Jpa Parameter. -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getValue()
final void
setExpression
(String expression) void
void
toString()
-
Constructor Details
-
JpaParameter
public JpaParameter()Default constructor. -
JpaParameter
-
JpaParameter
-
-
Method Details
-
getName
-
setName
-
getValue
-
setValue
-
getExpression
-
getSpelExpression
-
getProjectionExpression
-
setExpression
-
toString
-