public static class UseAnnotationSqlLocator.Factory extends Object implements SqlObjectConfigurerFactory
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
Consumer<SqlObjectConfig> |
createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method)
Create a configurer for the given annotation on a sql object method.
|
Consumer<SqlObjectConfig> |
createForType(Annotation annotation,
Class<?> sqlObjectType)
Create a configurer for the given annotation on a sql object type.
|
public Consumer<SqlObjectConfig> createForType(Annotation annotation, Class<?> sqlObjectType)
SqlObjectConfigurerFactorycreateForType in interface SqlObjectConfigurerFactoryannotation - the annotationsqlObjectType - the sql object type which was annotatedSqlObjectConfig.public Consumer<SqlObjectConfig> createForMethod(Annotation annotation, Class<?> sqlObjectType, Method method)
SqlObjectConfigurerFactorycreateForMethod in interface SqlObjectConfigurerFactoryannotation - the annotationsqlObjectType - the sql object typemethod - the method which was annotatedSqlObjectConfig.Copyright © 2016. All rights reserved.