Annotation Interface DAO.Level

Enclosing class:
DAO

@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public static @interface DAO.Level
Annotation to mark a DAO so that it automatically manages the optimistic lock on the related table.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns a String about the column name to be used to manage the optimistic lock mechanism.
  • Element Details

    • value

      String value
      Returns a String about the column name to be used to manage the optimistic lock mechanism.
      Returns:
      a String about the column name to be used to manage the optimistic lock mechanism.