Skip to content

Instantly share code, notes, and snippets.

@hexx
Created April 21, 2012 11:00
Show Gist options
  • Save hexx/2436620 to your computer and use it in GitHub Desktop.
Save hexx/2436620 to your computer and use it in GitHub Desktop.
gaeds Query Sample
val ps = Person.query.filter(_.age #>= 10).filter(_.age #<= 20).sort(_.age asc).sort(_.name asc).asIterator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment