public static class OutParameter.Factory extends Object implements SqlStatementCustomizerFactory
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
SqlStatementCustomizer |
createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method)
Used to create customizers for annotations on methods.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateForParameter, createForTypepublic SqlStatementCustomizer createForMethod(Annotation annotation, Class<?> sqlObjectType, Method method)
SqlStatementCustomizerFactorycreateForMethod in interface SqlStatementCustomizerFactoryannotation - the annotation which lead to the method being calledsqlObjectType - sql object class (interface)method - the method which was annotatedCopyright © 2017. All rights reserved.