public class ListOrderByFinder extends AbstractFinder
The "listOrderBy*" static persistent method. Allows ordered listing of instances based on their properties. eg. Account.listOrderByHolder(); Account.listOrderByHolder(max); // max results
| Fields inherited from class | Fields |
|---|---|
class AbstractFinder |
datastore |
| Constructor and description |
|---|
ListOrderByFinder(Datastore datastore) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Object |
doInSession(Session session) |
|
public Object |
invoke(Class clazz, String methodName, Object[] arguments) |
|
public Object |
invoke(Class clazz, String methodName, Closure additionalCriteria, Object[] arguments) |
|
protected Object |
invokeQuery(Query q) |
|
public boolean |
isMethodMatch(String methodName) |
|
public void |
setPattern(String pattern) |
| Methods inherited from class | Name |
|---|---|
class AbstractFinder |
applyAdditionalCriteria, execute, execute |