Calls {@link DBCollection#find(com.massivecraft.mcore.xlib.mongodb.DBObject,com.massivecraft.mcore.xlib.mongodb.DBObject,int,int)} and applies the query options
@param query query used to search
@param fields the fields of matching objects to return
@param numToSkip number of objects to skip
@param batchSize the batch size. This option has a complex behavior, see {@link DBCursor#batchSize(int) }
@param options - see Bytes QUERYOPTION_
@return the cursor
@throws MongoException
@dochub find
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.