Annotation Interface DAO.Code

Enclosing class:
DAO

@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public static @interface DAO.Code
Annotation used to set the name of the field used as code (capable of uniquely identifying each record) for the specific table on which the DAO acts.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details