@SuppressWarnings("rawtypes") public class DynamicFinderInvocation extends Object
Value object used to construct all the information necessary to invoke a dynamic finder.
| Constructor and description |
|---|
DynamicFinderInvocation(Class javaClass, String methodName, Object[] arguments, List<MethodExpression> expressions, Closure criteria, String operator) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Object[] |
getArguments() |
|
public Closure |
getCriteria() |
|
public DetachedCriteria |
getDetachedCriteria() |
|
public List<MethodExpression> |
getExpressions() |
|
public Class |
getJavaClass() |
|
public String |
getMethodName() |
|
public String |
getOperator() |
|
public void |
setDetachedCriteria(DetachedCriteria detachedCriteria) |