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 ExecuteQueryPersistentMethod
          Allows the executing of abituary HQL queries

eg.

 class ExecuteUpdatePersistentMethod
          Allows the executing of abituary HQL updates.
 class FindAllByBooleanPropertyPersistentMethod
          The "findAllBy*" static persistent method.
 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 FindByBooleanPropertyPersistentMethod
          The "findBy*" static persistent 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 ListOrderByPersistentMethod
          The "listOrderBy*" static persistent method.
 class ListPersistentMethod
          The "list" persistent static method.
 



Copyright (c) 2005-2009 The Grails project