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
      java.lang.Class<? extends CollectorFactory> value