Skip to content

Instantly share code, notes, and snippets.

@dubeboy
Created September 15, 2019 00:34
Show Gist options
  • Save dubeboy/91528f216aabd5712be31b5632dafdb3 to your computer and use it in GitHub Desktop.
Save dubeboy/91528f216aabd5712be31b5632dafdb3 to your computer and use it in GitHub Desktop.
@Query("select g from GroceryItem g where g.isAvailable = ?1")
fun findItemsByAvailability(availability: Boolean): List<GroceryItem>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment