Package com.d3x.core.db
Annotation Type DatabaseSql
-
@Target(METHOD) @Retention(RUNTIME) public @interface DatabaseSqlAn annotation that can be used to attach a SQL expression to a class- Author:
- Xavier Witdouck
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueReturns the SQL expression for this annotation
-