@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface UseStatementRewriter
StatementRewriter class to rewrite SQL for the annotated SQL object class or method. The
given StatementRewriter class must have a public constructor with any of the following signatures:
| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends StatementRewriter> |
value
Specify the StatementRewriter class to use.
|
public abstract Class<? extends StatementRewriter> value
Copyright © 2017. All rights reserved.