public static class RegisterJoinRowMapper.Factory extends Object implements ConfigurerFactory
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
Consumer<ConfigRegistry> |
createForMethod(Annotation annotation,
Class<?> sqlObjectType,
Method method)
Create a configurer for the given annotation on a sql object method.
|
Consumer<ConfigRegistry> |
createForType(Annotation annotation,
Class<?> sqlObjectType)
Create a configurer for the given annotation on a sql object type.
|
public Consumer<ConfigRegistry> createForMethod(Annotation annotation, Class<?> sqlObjectType, Method method)
ConfigurerFactorycreateForMethod in interface ConfigurerFactoryannotation - the annotationsqlObjectType - the sql object typemethod - the method which was annotatedConfigRegistry.public Consumer<ConfigRegistry> createForType(Annotation annotation, Class<?> sqlObjectType)
ConfigurerFactorycreateForType in interface ConfigurerFactoryannotation - the annotationsqlObjectType - the sql object type which was annotatedConfigRegistry.Copyright © 2016. All rights reserved.