1. Hibernate - apply locks to parent tables in polymorphic queries stackoverflow.comI have two objects:
Each of these tables corresponds to a differnet table in a ... |
2. hibernate versioning parent entity stackoverflow.comConsider two entities Parent and Child.
|
3. Optimistic locking: increment the version of a parent object forum.hibernate.orgIt is not an error. It is just a question. How could i increment the version of a parent object when the version of one of its child objects is incremented. I need it to get an optimistic locking at the parent level and not just at child level. For example suppose a bill having many items. When a user modify ... |