Uses of Class
org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractStaticPersistentMethod

Packages that use AbstractStaticPersistentMethod
org.codehaus.groovy.grails.orm.hibernate.metaclass   
 

Uses of AbstractStaticPersistentMethod in org.codehaus.groovy.grails.orm.hibernate.metaclass
 

Subclasses of AbstractStaticPersistentMethod in org.codehaus.groovy.grails.orm.hibernate.metaclass
 class AbstractClausedStaticPersistentMethod
           
 class CountByPersistentMethod
          Dynamic method that allows counting the values of the specified property names eg.
 class CountPersistentMethod
          Method that allows you to count the number of instances in the database eg.
 class CreateCriteriaPersistentMethod
          Creates a HibernateCriteriaBuilder instance for the current class and returns it.
 class ExecuteQueryPersistentMethod
          Allows the executing of abituary HQL queries

eg.

 class ExistsPersistentMethod
          A static method that checks whether an entity exists in the database for the specified id eg.
 class FindAllByPersistentMethod
          The "findBy*" static persistent method.
 class FindAllPersistentMethod
           The "findAll" persistent static method allows searching for instances using either an example instance or an HQL query.
 class FindAllWherePersistentMethod
          The "findAllWhere" persistent static method.
 class FindByPersistentMethod
          The "findBy*" static persistent method.
 class FindPersistentMethod
           The "find" persistent static method allows searching for instances using either an example instance or an HQL query.
 class FindWherePersistentMethod
          The "findWhere" persistent static method.
 class GetAllPersistentMethod
          The "getAll" static persistent method for Grails domain classes.
 class GetPersistentMethod
          The "get" static persistent method for Grails domain classes.
 class ListOrderByPersistentMethod
          The "listOrderBy*" static persistent method.
 class ListPersistentMethod
          The "list" persistent static method.
 class WithCriteriaDynamicPersistentMethod
          Lets you call criteria inline: books = Book.withCriteria { or { inList("author.name", ["Dierk Koenig", "Graeme Rocher"]) ilike("title", "Groovy") } }
 class WithTransactionPersistentMethod
           
 



Copyright (c) 2005-2006 The Grails project