public interface ParameterCustomizerFactory
| 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
|
SqlStatementParameterCustomizer createForParameter(Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)
sqlObjectType - 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 © 2020. All rights reserved.