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 |
DefaultTypeValidator
This is a fall-through validator that looks at the type and at the class of the value and figures out if they're similar enough to be
used to query.
|
class |
DoubleTypeValidator
Validation for fields of Double/double type.
|
class |
EntityAnnotatedValueValidator |
class |
EntityTypeAndIdValueValidator |
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 |
IntegerTypeValidator
If the Type is some sort of integer-compatible field (see
getTypeClasses ) then this validator will check if the value is of
the correct type for this field. |
class |
KeyValueTypeValidator |
class |
ListValueValidator |
class |
LongTypeValidator
Checks the type of the value if the type of the field is a Long or long.
|
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 |
OperationValidator
Extend this abstract class to provide a way of validating part of a query that contains a
FilterOperator . |
class |
PatternValueValidator
Validates query values that are Pattern to check the field type is a String.
|
class |
SizeOperationValidator
Checks if the value can have the
FilterOperator.ALL operator applied to it. |
class |
TypeValidator
Extend this class to provide specific validation for field types for query validation.
|
class |
ValueValidator
Provides validation based on the Value in the query
|
Copyright © 2016. All rights reserved.