Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0-M1
-
Component/s: Documentation
-
Labels:None
Description
Hibernate supports either long/integer/short or timestamp/calendar as the type of the version property used for optimistic lock checking, but the docs don't mention that Grails supports the timestamp type. I discovered it by finding it in the source and trying it. The docs should mention this as an option.
I didn't even know this was supported myself, how do you enable it?