Is it possible to create a table that has no \'id\'? For example, this is my domain:
class SnbrActVector { int nid String term double weight st
Try using: "id( generator: 'assigned')" instead of "id generator: 'identity'" and see if that removes the autoincrement property from the "id" database column.