|
Groovy Documentation | |||||||
PREV NEXT | FRAMES NO FRAMES |
Class Summary | |
---|---|
AbstractClausedStaticPersistentMethod | @author Graeme Rocher |
AbstractClausedStaticPersistentMethod.GrailsMethodExpression | @author Graeme Rocher |
AbstractDynamicPersistentMethod | @author Steven Devijver |
AbstractFindByPersistentMethod | |
AbstractSavePersistentMethod | Abstract class for different implementations that perform saving to implement. |
AbstractStaticPersistentMethod | Abstract base class for static persistent methods. |
BeforeValidateHelper | |
CountByPersistentMethod | Dynamic method that allows counting the values of the specified property names |
ExecuteQueryPersistentMethod | Allows the executing of arbitrary HQL queries. |
ExecuteUpdatePersistentMethod | Allows the executing of arbitrary HQL updates. |
FindAllByBooleanPropertyPersistentMethod | The "findAll |
FindAllByPersistentMethod | The "findBy*" static persistent method. |
FindAllPersistentMethod | |
FindByBooleanPropertyPersistentMethod | The "find |
FindByPersistentMethod | The "findBy*" static persistent method. |
FindOrCreateByPersistentMethod | |
FindOrSaveByPersistentMethod | |
FindPersistentMethod | |
ListOrderByPersistentMethod | The "listOrderBy*" static persistent method. |
ListPersistentMethod | The "list" persistent static method. |
MergePersistentMethod | The merge() method follows the semantics of merge which attempts to "merge" an object with a long lived session. |
SavePersistentMethod | Follows the semantics of saveOrUpdate of scheduling the object for persistence when a flush occurs. |
ValidatePersistentMethod | Validates an instance of a domain class against its constraints. |
Groovy Documentation