Package | Description |
---|---|
org.mongodb.morphia.query | |
org.mongodb.morphia.query.validation |
Modifier and Type | Method and Description |
---|---|
static FilterOperator |
FilterOperator.fromString(String operator) |
FilterOperator |
FieldCriteria.getOperator() |
static FilterOperator |
FilterOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterOperator[] |
FilterOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OperationValidator.apply(MappedField mappedField,
FilterOperator operator,
Object value,
List<ValidationFailure> validationFailures)
Apply validation for the given operator.
|
Copyright © 2016. All rights reserved.