public class BindParameterCustomizerFactory extends Object implements ParameterCustomizerFactory
ParameterCustomizerFactory that delegates to
BindFactory.createForParameter(Annotation, Class, Method, Parameter, int, Type) passing null for Annotation parameter.| Constructor and Description |
|---|
BindParameterCustomizerFactory() |
| Modifier and Type | Method and Description |
|---|---|
SqlStatementParameterCustomizer |
createForParameter(Class<?> sqlObjectType,
Method method,
Parameter param,
int index,
Type type)
Creates parameter customizer used to bind sql statement parameters
when parameter is not explicitly annotated
|
public SqlStatementParameterCustomizer createForParameter(Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)
ParameterCustomizerFactorycreateForParameter in interface ParameterCustomizerFactorysqlObjectType - sql object class (interface)method - the method which was identified as an SQL methodparam - the parameter to bindindex - the method parameter indextype - the method parameter typeCopyright © 2017. All rights reserved.