Skip to content

Instantly share code, notes, and snippets.

@mgenov
Created December 15, 2012 09:37
Show Gist options
  • Save mgenov/4292379 to your computer and use it in GitHub Desktop.
Save mgenov/4292379 to your computer and use it in GitHub Desktop.
Datastore datastore = new Datastore();
datastore.findAll(Person.class,where("name").is("john");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment