Annotation Type UpdateUser
-
@Target({FIELD,METHOD,TYPE}) @Retention(RUNTIME) public @interface UpdateUser
Extension annotation specifying either this field/method or use a surrogate column as storing the update user for this object. Only applies if specified on a String.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
column
Name of the update user column in the table for this class when this is a surrogate (class-level) column.int
columnLength
Length of the update user column.
-