Package overit.geocall.da
Annotation Interface DAO.Star
- Enclosing class:
DAO
Annotation used to define the field list for all the select queries.
It is possible to indicate a list of fields, keeping them separated by commas.
The default value is the star character (
*), that means that we load by default all the table fields.-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String[] value- Default:
{"*"}
-