Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.3
-
Fix Version/s: 1.1-beta1
-
Component/s: Persistence
-
Labels:None
Description
Currently, you cannot have a version property on a domain class because the column used for optimistic locking is not configurable.
For example, I would like to be able to do...
class Groovy
{
static mapping = {
version 'revision'
}
String version
Date released
}
Which instructs gorm to use the 'revision' column for optimistic locking purposes.
Activity
Graeme Rocher
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | In Progress [ 3 ] |
Graeme Rocher
made changes -
| Status | In Progress [ 3 ] | Closed [ 6 ] |
| Fix Version/s | 1.1 [ 13674 ] | |
| Resolution | Fixed [ 1 ] |
Contegix Support
made changes -
| Project Import | Thu Mar 24 21:22:24 CDT 2011 [ 1301019744151 ] |
Burt Beckwith
made changes -
| Workflow | jira [ 29299 ] | Grails [ 42373 ] |
Burt Beckwith
made changes -
| Workflow | Grails [ 42373 ] | Copy of Grails [ 49826 ] |
Burt Beckwith
made changes -
| Workflow | Copy of Grails [ 49826 ] | Grails [ 57236 ] |
Burt Beckwith
made changes -
| Workflow | Grails [ 57236 ] | Grails2 [ 64814 ] |
Burt Beckwith
made changes -
| Workflow | Grails2 [ 64814 ] | jira [ 72219 ] |
Burt Beckwith
made changes -
| Workflow | jira [ 72219 ] | Grails2 [ 81123 ] |
Peter Ledbrook
made changes -
| Workflow | Grails2 [ 81123 ] | jira [ 89613 ] |
Peter Ledbrook
made changes -
| Workflow | jira [ 89613 ] | Grails2 [ 97829 ] |