Joined: Wed Apr 27, 2011 9:34 am Posts: 1
|
Hi, I am trying to use Hibernate with oprtimistic locking against a db2 database that is being populated by rpg. The rpg program creates a new row for each version and the rows contain a flag to specify which version is the active version. Hibernate's versioning updates one row with new values and increments the version number of this one row. How do I get it to work with the one-row-per-version-multiple-rows-per-entity scenario as opposed to the one-row-per-entity scenario? Kind Regards Peter
|
|