| Package | Description |
|---|---|
| com.googlecode.mjorm.query.criteria |
| Modifier and Type | Method and Description |
|---|---|
static SimpleCriterion.Operator |
SimpleCriterion.Operator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SimpleCriterion.Operator[] |
SimpleCriterion.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static MqlCriterionFunction |
SimpleCriterion.createForOperator(java.lang.String functionName,
SimpleCriterion.Operator operator,
int minArgs,
int maxArgs,
int exactArgs,
java.lang.Class<?>... types)
Creates an
MqlCriterionFunction for the given SimpleCriterion.Operator
with the given restrictions. |
| Constructor and Description |
|---|
SimpleCriterion(SimpleCriterion.Operator operator,
java.lang.Object value) |
Copyright © 2013. All Rights Reserved.