Interface CustomSqlDetails
- All Superinterfaces:
Annotation
Commonality for annotations which define custom insert, update and delete SQL
-
Method Summary
Methods inherited from interface Annotation
annotationType, equals, hashCode, toString
-
Method Details
-
sql
String sql() -
sql
-
callable
boolean callable() -
callable
void callable(boolean value) -
table
String table() -
table
-
verify
Class<? extends Expectation> verify() -
verify
-