Uses of Class
org.codehaus.groovy.grails.commons.metaclass.AbstractStaticMethodInvocation

Packages that use AbstractStaticMethodInvocation
org.codehaus.groovy.grails.commons.metaclass   
org.codehaus.groovy.grails.orm.hibernate.metaclass   
 

Uses of AbstractStaticMethodInvocation in org.codehaus.groovy.grails.commons.metaclass
 

Subclasses of AbstractStaticMethodInvocation in org.codehaus.groovy.grails.commons.metaclass
 class CreateDynamicMethod
          A dynamic static method that is a factory method for creating new instances eg.
 

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

Subclasses of AbstractStaticMethodInvocation in org.codehaus.groovy.grails.orm.hibernate.metaclass
 class AbstractClausedStaticPersistentMethod
           
 class AbstractStaticPersistentMethod
          Abstract base class for static persistent methods
 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