|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectdomain.CowDataVersion
class CowDataVersion
The current version of the application data. This is distinct from the application itself, which is versionned via Grails' application.properties number. This is managed by Bootstrap. There should never be more than one record in this table; it is the programmer's responsibility never to create a new record without deleting the old one.
Property Summary | |
---|---|
BigDecimal |
cowDataVersion
Version number. |
Constructor Summary | |
CowDataVersion()
|
Method Summary |
---|
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Property Detail |
---|
BigDecimal cowDataVersion
Constructor Detail |
---|
CowDataVersion()
Groovy Documentation