DBCollection col = db.getCollection(name);
        DBObject query 
= new BasicDBObject("$in"new Object[] { ids });
        DBCursor ite 
= col.find(query);