| Class | Description |
|---|---|
| AbstractClausedStaticPersistentMethod | |
| AbstractClausedStaticPersistentMethod.GrailsMethodExpression | |
| AbstractDynamicPersistentMethod | |
| 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
eg.
|
| 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 |
The "findAll" persistent static method allows searching for instances using
either an example instance or an HQL query.
|
| FindByBooleanPropertyPersistentMethod |
The "find
|
| FindByPersistentMethod |
The "findBy*" static persistent method.
|
| FindOrCreateByPersistentMethod | |
| FindOrSaveByPersistentMethod | |
| FindPersistentMethod |
The "find" persistent static method allows searching for instances using
either an example instance or an HQL query.
|
| 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.
|