public static class BindBean.Factory extends Object implements SqlStatementCustomizerFactory
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
SqlStatementCustomizer |
createForParameter(Annotation annotation,
Class<?> sqlObjectType,
Method method,
Parameter param,
int index,
Object bean)
Used to create customizers for annotations on parameters
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateForMethod, createForTypepublic SqlStatementCustomizer createForParameter(Annotation annotation, Class<?> sqlObjectType, Method method, Parameter param, int index, Object bean)
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 indexbean - the argument value for the annotated parameterCopyright © 2016. All rights reserved.