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