org.iternine.jeppetto.dao.mongodb
Class MongoDBCommand
java.lang.Object
org.iternine.jeppetto.dao.mongodb.MongoDBCommand
- Direct Known Subclasses:
- BasicDBObjectCommand, QueryLoggingCommand
public abstract class MongoDBCommand
- extends Object
Base MongoDB command.
MongoDBCommand
public MongoDBCommand()
cursor
public com.mongodb.DBCursor cursor(com.mongodb.DBCollection dbCollection)
singleResult
public Object singleResult(com.mongodb.DBCollection dbCollection)
throws NoSuchItemException,
TooManyItemsException
- Throws:
NoSuchItemException
TooManyItemsException
getQuery
public com.mongodb.DBObject getQuery()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.