|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractClausedStaticPersistentMethod.GrailsMethodExpression
protected abstract static class AbstractClausedStaticPersistentMethod.GrailsMethodExpression
| Field Summary | |
|---|---|
protected Object[] |
arguments
|
protected int |
argumentsRequired
|
protected boolean |
negation
|
protected String |
propertyName
|
protected Class |
targetClass
|
protected String |
type
|
| Constructor Summary | |
|---|---|
AbstractClausedStaticPersistentMethod.GrailsMethodExpression(GrailsApplication application,
Class targetClass,
String propertyName,
String type,
int argumentsRequired,
boolean negation)
|
|
| Method Summary | |
|---|---|
protected static AbstractClausedStaticPersistentMethod.GrailsMethodExpression |
create(GrailsApplication application,
Class clazz,
String queryParameter)
|
(package private) abstract org.hibernate.criterion.Criterion |
createCriterion()
|
protected org.hibernate.criterion.Criterion |
getCriterion()
|
(package private) void |
setArguments(Object[] args)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String propertyName
protected Object[] arguments
protected int argumentsRequired
protected boolean negation
protected String type
protected Class targetClass
| Constructor Detail |
|---|
AbstractClausedStaticPersistentMethod.GrailsMethodExpression(GrailsApplication application,
Class targetClass,
String propertyName,
String type,
int argumentsRequired,
boolean negation)
| Method Detail |
|---|
public String toString()
toString in class Object
void setArguments(Object[] args)
throws IllegalArgumentException
IllegalArgumentExceptionabstract org.hibernate.criterion.Criterion createCriterion()
protected org.hibernate.criterion.Criterion getCriterion()
protected static AbstractClausedStaticPersistentMethod.GrailsMethodExpression create(GrailsApplication application,
Class clazz,
String queryParameter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||