Annotation Type CreateUser
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionName of the create user column in the table for this class when this is a surrogate (class-level) column.intLength of the create user column.
-
Element Details
-
column
String columnName of the create user column in the table for this class when this is a surrogate (class-level) column.- Returns:
- The create user column name
- Default:
"CREATE_USER"
-
columnLength
int columnLengthLength of the create user column.- Returns:
- Length of the create user column.
- Default:
-1
-