public interface SqlObjectConfigurerFactory
Consumer<SqlObjectConfig> instances to satisfy the contract of a
SqlObjectConfiguringAnnotation-annotated annotation.| Modifier and Type | Method and Description |
|---|---|
default Consumer<SqlObjectConfig> |
createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method)
Create a configurer for the given annotation on a sql object method.
|
default Consumer<SqlObjectConfig> |
createForType(Annotation annotation,
Class<?> sqlObjectType)
Create a configurer for the given annotation on a sql object type.
|
default Consumer<SqlObjectConfig> createForType(Annotation annotation, Class<?> sqlObjectType)
annotation - the annotationsqlObjectType - the sql object type which was annotatedSqlObjectConfig.default Consumer<SqlObjectConfig> createForMethod(Annotation annotation, Class<?> sqlObjectType, Method method)
annotation - the annotationsqlObjectType - the sql object typemethod - the method which was annotatedSqlObjectConfig.Copyright © 2016. All rights reserved.