public abstract class AbstractCriterion extends java.lang.Object implements Criterion
| Constructor and Description |
|---|
AbstractCriterion() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Object |
toQueryObject(ObjectMapper mapper)
Returns the query representation of the
Criterion. |
public abstract 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 Criterionmapper - the ObjectMapperObjectCopyright © 2013. All Rights Reserved.