|
I have an entity with a version (optimistic locking) property. This entity has an one-to-one association where the foreign key is stored on the other side of the association (@OneToOne(mappedBy=...)). When this assoication is changed, the version is not incremented at the end of a transaction.
|