The name of the primary key sequence in the database. If not provided, no sequence will be used, and will rely
on the database to generate the value of the primary key.
Returns:
The name of the primary key sequence in the database.
Default:
""
creatable
booleancreatable
Whether the field can be used when creating a new record. This is useful when more than one Java field
has the same database field name, to distinguish which field will be used.
The default value is true.
Returns:
true if the field can be used when creating a new record, false otherwise.
Default:
true
updatable
booleanupdatable
Whether the field can be used when updating a record. This is useful when more than one Java field
has the same database field name, to distinguish which field will be used.
The default value is true.
Returns:
true if the field can be used when updating a record, false otherwise.