final
Indicate to the underlying database to use a serial counter when inserted an instance.
This is typically used for integer primary keys. In PostgreSQL, for example, an auto-incrementing bigInteger type will be represented by "bigserial".
Indicate to the underlying database to use a serial counter when inserted an instance.
This is typically used for integer primary keys. In PostgreSQL, for example, an auto-incrementing bigInteger type will be represented by "bigserial".