|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.grails.datastore.gorm.finders.MethodExpression
org.grails.datastore.gorm.finders.MethodExpression.Like
public static class MethodExpression.Like
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.Like(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 |
---|
protected MethodExpression.Like(Class<?> targetClass, String propertyName)
Method Detail |
---|
public Query.Criterion createCriterion()
createCriterion
in class MethodExpression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |