Class KeyColumnImpl
- java.lang.Object
-
- org.jdbi.v3.sqlobject.config.internal.KeyColumnImpl
-
- All Implemented Interfaces:
Configurer
public class KeyColumnImpl extends Object implements Configurer
-
-
Constructor Summary
Constructors Constructor Description KeyColumnImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigureForMethod(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jdbi.v3.sqlobject.config.Configurer
configureForType
-
-
-
-
Method Detail
-
configureForMethod
public void configureForMethod(ConfigRegistry registry, Annotation annotation, Class<?> sqlObjectType, Method method)
Description copied from interface:ConfigurerConfigures the registry for the given annotation on a sql object method.- Specified by:
configureForMethodin interfaceConfigurer- Parameters:
registry- the registry to configureannotation- the annotationsqlObjectType- the sql object typemethod- the method which was annotated
-
-