Package | Description |
---|---|
org.mongodb.morphia.query.validation |
Modifier and Type | Class and Description |
---|---|
class |
AllOperationValidator
Validates a query that uses the FilterOperator.ALL operator.
|
class |
ExistsOperationValidator
Checks if the value can have the
FilterOperator.EXISTS operator applied to it. |
class |
GeoWithinOperationValidator
Supports validation for queries using the
FilterOperator.GEO_WITHIN operator. |
class |
InOperationValidator
Checks if the value can have the
FilterOperator.IN operator applied to it. |
class |
ModOperationValidator
Validates queries using the
FilterOperator.MOD . |
class |
NotInOperationValidator
Checks if the value can have the
FilterOperator.NOT_IN operator applied to it. |
class |
SizeOperationValidator
Checks if the value can have the
FilterOperator.ALL operator applied to it. |
Copyright © 2016. All rights reserved.