Annotation Interface EventServerTableView.SearchDAO

Enclosing class:
EventServerTableView<T extends DynO>

@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public static @interface EventServerTableView.SearchDAO
Annotation used to define the DAO for the table.
This DAO is useful to avoid problems with ServerTableView base class implementation This is a required annotation.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends DAO>
    Annotation used to define the DAO for the table.
  • Element Details

    • dao

      Class<? extends DAO> dao
      Annotation used to define the DAO for the table.
      This is a required annotation.
      Returns:
      the class of the DAO