org.codehaus.groovy.grails.orm.hibernate.metaclass
Class AbstractClausedStaticPersistentMethod
java.lang.Object
org.codehaus.groovy.grails.commons.metaclass.AbstractStaticMethodInvocation
org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractStaticPersistentMethod
org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractClausedStaticPersistentMethod
- All Implemented Interfaces:
- StaticMethodInvocation
- Direct Known Subclasses:
- CountByPersistentMethod, FindAllByPersistentMethod, FindByPersistentMethod
public abstract class AbstractClausedStaticPersistentMethod
- extends AbstractStaticPersistentMethod
- Since:
- 31-Aug-2005
- Author:
- Graeme Rocher
application
protected final GrailsApplication application
AbstractClausedStaticPersistentMethod
public AbstractClausedStaticPersistentMethod(GrailsApplication application,
org.hibernate.SessionFactory sessionFactory,
ClassLoader classLoader,
Pattern pattern,
String[] operators)
doInvokeInternal
protected Object doInvokeInternal(Class clazz,
String methodName,
Object[] arguments)
- Specified by:
doInvokeInternal
in class AbstractStaticPersistentMethod
doInvokeInternalWithExpressions
protected abstract Object doInvokeInternalWithExpressions(Class clazz,
String methodName,
Object[] arguments,
List expressions,
String operatorInUse)
Copyright (c) 2005-2006 The Grails project