Annotation Interface DAO.Pk

Enclosing class:
DAO

@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public static @interface DAO.Pk
Annotation used to set the name of the primary keys of the specific table on which the DAO acts. If the key is composed of several fields, it is possible to indicate them all, keeping them separated by commas.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String[] value
      Default:
      {""}