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