public class EqualsCriterion extends AbstractCriterion
| Constructor and Description |
|---|
EqualsCriterion(java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getValue() |
java.lang.Object |
toQueryObject(ObjectMapper mapper)
Returns the query representation of the
Criterion. |
public java.lang.Object getValue()
public java.lang.Object toQueryObject(ObjectMapper mapper)
Criterion.
Most of the time this will be a DBObject, but
it can be anything accepted by the MongoDB java driver.toQueryObject in interface CriteriontoQueryObject in class AbstractCriterionmapper - the ObjectMapperObjectCopyright © 2013. All Rights Reserved.