Annotation Interface DAO.Order

Enclosing class:
DAO

@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public static @interface DAO.Order
Annotation used to define the names of the columns on which we want to make the sorting of the results of the queries. It is possible to indicate a list of fields, keeping them separated by commas.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details