public class BindMapFactory extends Object implements SqlStatementCustomizerFactory
| Constructor and Description |
|---|
BindMapFactory() |
| Modifier and Type | Method and Description |
|---|---|
SqlStatementParameterCustomizer |
createForParameter(Annotation a,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index,
Type type)
Used to create customizers for annotations on parameters
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateForMethod, createForTypepublic SqlStatementParameterCustomizer createForParameter(Annotation a, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)
SqlStatementCustomizerFactorycreateForParameter in interface SqlStatementCustomizerFactorya - the annotation which lead to the method being calledsqlObjectType - sql object class (interface)method - the method which was annotatedparam - the parameter which was annotatedindex - the method parameter indextype - the type of the parameterCopyright © 2017. All rights reserved.