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)
- 
Required Element SummaryRequired Elements 
Specify the SqlParser class to use. 
 
 
- 
Element Details
- 
valueSpecify the SqlParser class to use. 
- Returns:
- the SqlParser class to use.