|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.jpa.support.parametersource.ExpressionEvaluatingParameterSourceFactory
public class ExpressionEvaluatingParameterSourceFactory
| Constructor Summary | |
|---|---|
ExpressionEvaluatingParameterSourceFactory()
|
|
| Method Summary | |
|---|---|
PositionSupportingParameterSource |
createParameterSource(java.lang.Object input)
Return a new ParameterSource. |
void |
setParameters(java.util.List<JpaParameter> parameters)
Define the (optional) parameter values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpressionEvaluatingParameterSourceFactory()
| Method Detail |
|---|
public void setParameters(java.util.List<JpaParameter> parameters)
parameters - the parameters to be setpublic PositionSupportingParameterSource createParameterSource(java.lang.Object input)
ParameterSourceFactoryParameterSource.
createParameterSource in interface ParameterSourceFactoryinput - the raw message or query result to be transformed into a ParameterSource
|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||