One cause for this error I have come accross is if a jaxor file does not contain a primary key definition. In practice it is not good design to have tables without primary keys, however; in a development schema this may very well be the case.
Henry
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think I could make this work by making every field in the entity part of the pk if one isn't found in the database. Though it would take some testing. Any interest in providing some help?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
One cause for this error I have come accross is if a jaxor file does not contain a primary key definition. In practice it is not good design to have tables without primary keys, however; in a development schema this may very well be the case.
Henry
I think I could make this work by making every field in the entity part of the pk if one isn't found in the database. Though it would take some testing. Any interest in providing some help?