collection.save(new Friend("John", "22 Wall Street Avenue"));
Friend friend = collection.findOne("{name:'John'}").as(Friend.class);
Jongo jongo = new Jongo(mc.getDB("test"))
jongo.createQuery("db.getCollection('foobar').find({})").execute()No sorry this is not possible.
createQuery allows you to create bson query {}
--
You received this message because you are subscribed to the Google Groups "Jongo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jongo-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.