Je moet de DBCollection.find()
methode, die
Wat u dus moet doen, is:
DBCursor cursor = coll.find();
while (cursor.hasNext()) {
DBObject obj = cursor.next();
//do your thing
}
Je moet de DBCollection.find()
methode, die
Wat u dus moet doen, is:
DBCursor cursor = coll.find();
while (cursor.hasNext()) {
DBObject obj = cursor.next();
//do your thing
}