Uses of Class
grails.persistence.Event

Packages that use Event
grails.persistence   
 

Uses of Event in grails.persistence
 

Methods in grails.persistence that return Event
static Event Event.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Event[] Event.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright (c) 2005-2009 The Grails project