public class BindFactory extends Object implements SqlStatementCustomizerFactory
| Constructor and Description |
|---|
BindFactory() |
| Modifier and Type | Method and Description |
|---|---|
SqlStatementParameterCustomizer |
createForParameter(Annotation annotation,
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 annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Type type)
SqlStatementCustomizerFactorycreateForParameter in interface SqlStatementCustomizerFactoryannotation - 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 © 2019. All rights reserved.