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