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

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

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

Constructor Detail

MethodExpression.LessThan

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

createCriterion

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