public abstract class MethodExpression extends Object
Method expression used to evaluate a dynamic finder.
| Modifiers | Name | Description |
|---|---|---|
static class |
MethodExpression.Between |
|
static class |
MethodExpression.Equal |
|
static class |
MethodExpression.GreaterThan |
|
static class |
MethodExpression.GreaterThanEquals |
|
static class |
MethodExpression.Ilike |
|
static class |
MethodExpression.InList |
|
static class |
MethodExpression.InRange |
|
static class |
MethodExpression.IsEmpty |
|
static class |
MethodExpression.IsNotEmpty |
|
static class |
MethodExpression.IsNotNull |
|
static class |
MethodExpression.IsNull |
|
static class |
MethodExpression.LessThan |
|
static class |
MethodExpression.LessThanEquals |
|
static class |
MethodExpression.Like |
|
static class |
MethodExpression.NotEqual |
|
static class |
MethodExpression.NotInList |
|
static class |
MethodExpression.Rlike |
| Modifiers | Name | Description |
|---|---|---|
protected Object[] |
arguments |
|
protected int |
argumentsRequired |
|
protected String |
propertyName |
|
protected Class<?> |
targetClass |
|
| Constructor and description |
|---|
protected MethodExpression(Class<?> targetClass, String propertyName) |
protected MethodExpression(String propertyName) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
convertArguments(PersistentEntity persistentEntity) |
|
public abstract Criterion |
createCriterion() |
|
public Object[] |
getArguments() |
|
public int |
getArgumentsRequired() |
|
public String |
getPropertyName() |
|
public void |
setArguments(Object[] arguments) |