Package org.codehaus.groovy.grails.orm.hibernate.metaclass
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Classes
AbstractClausedStaticPersistentMethod No description provided.
AbstractClausedStaticPersistentMethod.GrailsMethodExpression No description provided.
AbstractDynamicPersistentMethod No description provided.
AbstractStaticPersistentMethod No description provided.
CountByPersistentMethod Dynamic method that allows counting the values of the specified property names eg.
CountPersistentMethod Method that allows you to count the number of instances in the database eg.
CreateCriteriaPersistentMethod Creates a HibernateCriteriaBuilder instance for the current class and returns it.
DeletePersistentMethod No description provided.
DiscardPersistentMethod A method that allows you to discard changes to a domain class
ExecuteQueryPersistentMethod Allows the executing of abituary HQL queries http://www.hibernate.org/hib_docs/reference/en/html/queryhq eg.
ExistsPersistentMethod A static method that checks whether an entity exists in the database for the specified id eg.
FindAllByPersistentMethod The "findBy*" static persistent method.
FindAllPersistentMethod No description provided.
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.

FindWherePersistentMethod The "findWhere" persistent static method.
GetPersistentMethod The "get" static persistent method for Grails domain classes.
ListOrderByPersistentMethod The "listOrderBy*" static persistent method.
ListPersistentMethod The "list" persistent static method.
RefreshPersistentMethod The "refresh" persistent instance method.
SavePersistentMethod No description provided.
ValidatePersistentMethod A method that validates an instance of a domain class against its constraints