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
There is no way to have no "id". what you can do is change the name of "id" field using assigned id generator.