Annotation Type UseSqlParser


@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface UseSqlParser
Use the specified SqlParser class to parse SQL for the annotated SQL object class or method. The given SqlParser class must have a public constructor with any of the following signatures:
  • RewriterClass() // no arguments
  • RewriterClass(Class)
  • RewriterClass(Class,Method)