Package | Description |
---|---|
org.mongodb.morphia.query.validation |
Modifier and Type | Class and Description |
---|---|
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 |
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 |
LongTypeValidator
Checks the type of the value if the type of the field is a Long or long.
|
Copyright © 2016. All rights reserved.