public interface DocumentCriterion extends Criterion
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.DBObject |
toQueryObject(ObjectMapper mapper)
Returns the query representation of the
Criterion. |
com.mongodb.DBObject toQueryObject(ObjectMapper mapper)
CriterionCriterion.
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.