Unable to set an attribute as primary key [message #1754181] |
Wed, 15 February 2017 00:57  |
Eclipse User |
|
|
|
We are developing an application using EMF/CDO.
We are facing one issue.
We are trying to make "student_id" attribute in the Student class as primary key. For this we set the unique property
and the ID property of the attribute of Student class in the model , but we are still able to insert duplicate records.
We check at the database level. The corrosponding Student table has primary key which is cdo_id and cdo_version
but not the student_id of the table.
Please let us know how to solve the problem.
We have attached .Ecore file and the java code for running CDO server and java code for saving data .
We are using PostgreSQL 9.3.5
The CDO version is 4.5.0.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.13246 seconds