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.
|
SqlStatementCustomizer |
createForParameter(Annotation annotation,
Class sqlObjectType,
Method method,
Parameter param,
Object arg)
Used to create customizers for annotations on parameters
|
SqlStatementCustomizer |
createForType(Annotation annotation,
Class sqlObjectType)
Used to create customizers for annotations on sql object interfaces
|
public SqlStatementCustomizer createForType(Annotation annotation, Class sqlObjectType)
SqlStatementCustomizerFactorycreateForType in interface SqlStatementCustomizerFactoryannotation - the annotation which lead to the method being calledsqlObjectType - sql object class (interface)public 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 annotatedpublic SqlStatementCustomizer createForParameter(Annotation annotation, Class sqlObjectType, Method method, Parameter param, Object arg)
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 annotatedarg - the argument value for the annotated parameterCopyright © 2016. All rights reserved.