public abstract class MongoDBCommand
extends java.lang.Object
| Constructor and Description |
|---|
MongoDBCommand() |
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.DBCursor |
cursor(com.mongodb.DBCollection dbCollection) |
com.mongodb.DBObject |
getQuery() |
java.lang.Object |
singleResult(com.mongodb.DBCollection dbCollection) |
java.lang.String |
toString() |
public com.mongodb.DBCursor cursor(com.mongodb.DBCollection dbCollection)
public java.lang.Object singleResult(com.mongodb.DBCollection dbCollection)
throws NoSuchItemException,
TooManyItemsException
public com.mongodb.DBObject getQuery()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017. All Rights Reserved.