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