Skip to content

Instantly share code, notes, and snippets.

@danared
Created April 23, 2015 14:21
Show Gist options
  • Select an option

  • Save danared/008b0442bc78a0303700 to your computer and use it in GitHub Desktop.

Select an option

Save danared/008b0442bc78a0303700 to your computer and use it in GitHub Desktop.
MongoCollection<Person> personColl = coll.withDocumentClass(Person.class);
MongoCursor<Person> cursor = personColl.find().iterator();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment