public interface QueryMatcher
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(org.bson.BSONObject document,
org.bson.BSONObject query) |
Integer |
matchPosition(org.bson.BSONObject document,
org.bson.BSONObject query) |
boolean matches(org.bson.BSONObject document,
org.bson.BSONObject query)
throws MongoServerException
MongoServerExceptionInteger matchPosition(org.bson.BSONObject document, org.bson.BSONObject query) throws MongoServerException
MongoServerExceptionCopyright © 2013. All Rights Reserved.