Annotation Interface Query
Annotation to provide SQL statements that will get used for executing the method.
- Author:
- Mark Paluch
- 
Required Element SummaryRequired Elements
- 
Element Details- 
valueString valueThe SQL statement to execute when the annotated method gets invoked.
 
-