Class KeyColumnImpl
java.lang.Object
org.jdbi.v3.sqlobject.config.internal.KeyColumnImpl
- All Implemented Interfaces:
Configurer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureForMethod
(ConfigRegistry registry, Annotation annotation, Class<?> sqlObjectType, Method method) Configures the registry for the given annotation on a sql object method.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jdbi.v3.sqlobject.config.Configurer
configureForType
-
Constructor Details
-
KeyColumnImpl
public KeyColumnImpl()
-
-
Method Details
-
configureForMethod
public void configureForMethod(ConfigRegistry registry, Annotation annotation, Class<?> sqlObjectType, Method method) Description copied from interface:Configurer
Configures the registry for the given annotation on a sql object method.- Specified by:
configureForMethod
in interfaceConfigurer
- Parameters:
registry
- the registry to configureannotation
- the annotationsqlObjectType
- the sql object typemethod
- the method which was annotated
-