public static class KeyColumn.Impl extends Object implements Configurer
| Constructor and Description |
|---|
Impl() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureForMethod(ConfigRegistry registry,
Annotation annotation,
Class<?> sqlObjectType,
Method method)
Configures the registry for the given annotation on a sql object method.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigureForTypepublic void configureForMethod(ConfigRegistry registry, Annotation annotation, Class<?> sqlObjectType, Method method)
ConfigurerconfigureForMethod in interface Configurerregistry - the registry to configureannotation - the annotationsqlObjectType - the sql object typemethod - the method which was annotatedCopyright © 2017. All rights reserved.