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