Package org.jdbi.v3.sqlobject.config
Annotation Type RegisterCollectorFactory
-
@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface RegisterCollectorFactory
Used to register a collector factory on the currentSqlStatementeither for a sql object type or for a method.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends CollectorFactory>value
-
-
-
Element Detail
-
value
Class<? extends CollectorFactory> value
-
-