Interface CustomSqlDetails
- All Superinterfaces:
Annotation
- All Known Implementing Classes:
SQLDeleteAllAnnotation
,SQLDeleteAnnotation
,SQLInsertAnnotation
,SQLUpdateAnnotation
Commonality for annotations which define custom insert, update and delete SQL
-
Method Summary
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
Method Details
-
sql
String sql() -
sql
-
callable
boolean callable() -
callable
void callable(boolean value) -
table
String table() -
table
-
check
ResultCheckStyle check() -
check
-