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.
This DAO is useful to avoid problems with ServerTableView base class implementation This is a required annotation.
-
Required Element Summary
Required Elements
-
Element Details
-
dao
Annotation used to define the DAO for the table.
This is a required annotation.- Returns:
- the class of the DAO
-