Package org.ethelred.kiwiproc.annotation
Annotation Interface DAO
DAO must annotate an interface. A DAOProvider and DAO implementation will be generated. A DAO interface must contain
at least one method annotated with one of the Sql annotations.
-
Optional Element Summary
Optional Elements
-
Element Details
-
dataSourceName
String dataSourceName- Default:
- "default"
-