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

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

public static class MethodExpression.Between
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.Between(Class<?> targetClass, String propertyName)
           
 
Method Summary
 Query.Criterion createCriterion()
           
 int getArgumentsRequired()
           
 void setArguments(Object[] arguments)
           
 
Methods inherited from class org.grails.datastore.gorm.finders.MethodExpression
create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodExpression.Between

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

createCriterion

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

getArgumentsRequired

public int getArgumentsRequired()
Overrides:
getArgumentsRequired in class MethodExpression

setArguments

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