public class ExpressionEvaluatingParameterSourceFactory extends Object implements ParameterSourceFactory
ParameterSourceFactory implementation.| Modifier and Type | Class and Description |
|---|---|
protected class |
ExpressionEvaluatingParameterSourceFactory.ExpressionEvaluatingParameterSource |
| Constructor and Description |
|---|
ExpressionEvaluatingParameterSourceFactory() |
ExpressionEvaluatingParameterSourceFactory(BeanFactory beanFactory) |
| Modifier and Type | Method and Description |
|---|---|
PositionSupportingParameterSource |
createParameterSource(Object input)
Return a new
ParameterSource. |
void |
setParameters(List<JpaParameter> parameters)
Define the (optional) parameter values.
|
public ExpressionEvaluatingParameterSourceFactory()
public ExpressionEvaluatingParameterSourceFactory(@Nullable BeanFactory beanFactory)
public void setParameters(List<JpaParameter> parameters)
parameters - the parameters to be setpublic PositionSupportingParameterSource createParameterSource(Object input)
ParameterSourceFactoryParameterSource.createParameterSource in interface ParameterSourceFactoryinput - The raw message or query result to be transformed into a ParameterSource.