public interface QueryMatcher
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Document document,
Document query) |
boolean |
matchesValue(java.lang.Object queryValue,
java.lang.Object value) |
java.lang.Integer |
matchPosition(Document document,
Document query) |
boolean matches(Document document, Document query) throws MongoServerException
MongoServerExceptionboolean matchesValue(java.lang.Object queryValue,
java.lang.Object value)
throws MongoServerException
MongoServerExceptionjava.lang.Integer matchPosition(Document document, Document query) throws MongoServerException
MongoServerException