| Beginner |
 |
Joined: Thu Sep 11, 2008 5:33 am Posts: 28
|
|
Hi All,
I have a little doubt regarding @Id @GeneratedValue
For the following scenario
I have a table name called Abc in my project which contains @ID column
And that project Runs Simultaneously at two different instance in isolation after every week these two instance's DataBase gets aggregate at one location. Now at both the instance @Id has been generated automatically when it gets aggregated it clashes :(
How do i solve this problem?
Is it possible to alter AutoGenerated value of @GeneratedValue to String?
Please guide
Regards, Sachin Parnami
|
|