Long Id Table
Parameters
name
Table name. By default, this will be resolved from any class name with a "Table" suffix removed (if present).
column Name
Name for the primary key column. By default, "id" is used.
sequence Name
Optional parameter to provide a name for the auto-incrementing sequence, if supported by the underlying database