Skip to content

Instantly share code, notes, and snippets.

@trishagee
Created May 6, 2014 18:00
Show Gist options
  • Save trishagee/b90438178e6c8017d298 to your computer and use it in GitHub Desktop.
Save trishagee/b90438178e6c8017d298 to your computer and use it in GitHub Desktop.
DBObject query = new BasicDBObject("_id", "jo");
DBCursor cursor = collection.find(query);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment