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

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

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

Subclasses of AbstractClausedStaticPersistentMethod in org.codehaus.groovy.grails.orm.hibernate.metaclass
 class CountByPersistentMethod
          Dynamic method that allows counting the values of the specified property names eg.
 class FindAllByBooleanPropertyPersistentMethod
          The "findAllBy*" static persistent method.
 class FindAllByPersistentMethod
          The "findBy*" static persistent method.
 class FindByBooleanPropertyPersistentMethod
          The "findBy*" static persistent method.
 class FindByPersistentMethod
          The "findBy*" static persistent method.
 



Copyright (c) 2005-2009 The Grails project