Skip to content

Instantly share code, notes, and snippets.

@danared
Created April 23, 2015 14:21
Show Gist options
  • Save danared/4e6f6e5207019b6e8f4f to your computer and use it in GitHub Desktop.
Save danared/4e6f6e5207019b6e8f4f to your computer and use it in GitHub Desktop.
MongoCursor<Document> cursor1 = coll.find().iterator();
MongoCursor<Person> cursor2 = coll.find(Person.class).iterator();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment