Groovy Documentation

domain
Class CowDataVersion

java.lang.Object
  domain.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.

author:
Hamish Cunningham and Angus Roberts


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

cowDataVersion

BigDecimal cowDataVersion
Version number. E.g.: 0.1, 0.2, etc. Note that whereas application versions can include e.g. "-snapshot" or "-beta", data area versions are aways floats (e.g. 0.1, 1.1).


 
Constructor Detail

CowDataVersion

CowDataVersion()


 

Groovy Documentation