public class ExpressionEvaluatingParameterSourceFactory extends java.lang.Object implements ParameterSourceFactory
ParameterSourceFactory implementation.| Modifier and Type | Class and Description |
|---|---|
protected class |
ExpressionEvaluatingParameterSourceFactory.ExpressionEvaluatingParameterSource |
| Constructor and Description |
|---|
ExpressionEvaluatingParameterSourceFactory() |
ExpressionEvaluatingParameterSourceFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
| Modifier and Type | Method and Description |
|---|---|
PositionSupportingParameterSource |
createParameterSource(java.lang.Object input)
Return a new
ParameterSource. |
void |
setParameters(java.util.List<JpaParameter> parameters)
Define the (optional) parameter values.
|
public ExpressionEvaluatingParameterSourceFactory()
public ExpressionEvaluatingParameterSourceFactory(org.springframework.beans.factory.BeanFactory beanFactory)
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.