Annotation Interface DAO.Sequence

Enclosing class:
DAO

@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public static @interface DAO.Sequence
Annotation used to set the name of the field used as sequence for the insert commands on the specific table on which the DAO acts.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details