Annotation Type RegisterCollectorFactory


@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface RegisterCollectorFactory
Used to register a collector factory on the current SqlStatement either for a sql object type or for a method.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends org.jdbi.v3.core.collector.CollectorFactory>
     
  • Element Details

    • value

      Class<? extends org.jdbi.v3.core.collector.CollectorFactory> value