Annotation Interface DAO.Star

Enclosing class:
DAO

@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public static @interface DAO.Star
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
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String[] value
      Default:
      {"*"}