Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.3-RC1
-
Fix Version/s: 3.0
-
Component/s: Persistence
-
Labels:None
Description
In particular it would be nice to be able to define optimistic locking on a per property level (Hibernate actually allows to disable optimistic locking on a per property level, so it probably be the same for GORM).
This would allow to just choose "last commit wins" strategy for some fields, which is better in some cases.
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits
"Out of the box" support for Envers would be nice too, since it is now a core module of Hibernate (3.5 onward).