org.codehaus.groovy.grails.orm.hibernate.metaclass
Class ListOrderByPersistentMethod
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.ListOrderByPersistentMethod
- All Implemented Interfaces:
- StaticMethodInvocation
public class ListOrderByPersistentMethod
- extends AbstractStaticPersistentMethod
The "listOrderBy*" static persistent method. This method allows
ordered listing of instances based on their properties.
eg.
Account.listOrderByHolder();
Account.listOrderByHolder(max); // max results
- Author:
- Graeme
ListOrderByPersistentMethod
public ListOrderByPersistentMethod(org.hibernate.SessionFactory sessionFactory,
ClassLoader classLoader)
doInvokeInternal
protected Object doInvokeInternal(Class clazz,
String methodName,
Object[] arguments)
- Specified by:
doInvokeInternal
in class AbstractStaticPersistentMethod
Copyright (c) 2005-2006 The Grails project