Package org.codehaus.groovy.grails.orm.hibernate.metaclass

Class Summary
AbstractClausedStaticPersistentMethod  
AbstractClausedStaticPersistentMethod.GrailsMethodExpression  
AbstractDynamicPersistentMethod  
AbstractSavePersistentMethod Abstract class for different implementations that perform saving to implement
AbstractStaticPersistentMethod Abstract base class for static persistent methods
CountByPersistentMethod Dynamic method that allows counting the values of the specified property names eg.
ExecuteQueryPersistentMethod Allows the executing of abituary HQL queries

eg.

ExecuteUpdatePersistentMethod Allows the executing of abituary HQL updates.
FindAllByBooleanPropertyPersistentMethod The "findAllBy*" static persistent method.
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 "findBy*" static persistent method.
FindByPersistentMethod The "findBy*" static persistent method.
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 This method follows the semantics of saveOrUpdate of scheduling the object for persistence when a flush occurs.
ValidatePersistentMethod A method that validates an instance of a domain class against its constraints
 



Copyright (c) 2005-2009 The Grails project