org.grails.datastore.gorm.finders
Class MethodExpression.InList

java.lang.Object
  extended by org.grails.datastore.gorm.finders.MethodExpression
      extended by org.grails.datastore.gorm.finders.MethodExpression.InList
Enclosing class:
MethodExpression

public static class MethodExpression.InList
extends MethodExpression


Nested Class Summary
 
Nested classes/interfaces inherited from class org.grails.datastore.gorm.finders.MethodExpression
MethodExpression.Between, MethodExpression.Equal, MethodExpression.GreaterThan, MethodExpression.GreaterThanEquals, MethodExpression.InList, MethodExpression.LessThan, MethodExpression.LessThanEquals, MethodExpression.Like
 
Field Summary
 
Fields inherited from class org.grails.datastore.gorm.finders.MethodExpression
arguments, argumentsRequired, propertyName, targetClass
 
Constructor Summary
protected MethodExpression.InList(Class<?> targetClass, String propertyName)
           
 
Method Summary
 Query.Criterion createCriterion()
           
 void setArguments(Object[] arguments)
           
 
Methods inherited from class org.grails.datastore.gorm.finders.MethodExpression
create, getArgumentsRequired
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodExpression.InList

protected MethodExpression.InList(Class<?> targetClass,
                                  String propertyName)
Method Detail

createCriterion

public Query.Criterion createCriterion()
Specified by:
createCriterion in class MethodExpression

setArguments

public void setArguments(Object[] arguments)
Overrides:
setArguments in class MethodExpression