Annotation Interface DAO.Encrypt

Enclosing class:
DAO

@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public static @interface DAO.Encrypt
Annotation to mark a DAO so that it automatically handles encryption on fields of the related table.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns a String[] about the fields that need to be encrypted.
  • Element Details

    • value

      String[] value
      Returns a String[] about the fields that need to be encrypted.
      Returns:
      a String[] about the fields that need to be encrypted.