Skip to content

Instantly share code, notes, and snippets.

@smaugho
Last active April 26, 2017 23:12
Show Gist options
  • Save smaugho/eb263f90c9d025c5e71012edb56ac92b to your computer and use it in GitHub Desktop.
Save smaugho/eb263f90c9d025c5e71012edb56ac92b to your computer and use it in GitHub Desktop.
Query in DecleX
@Model(query = "firstname='A%'")
@Populate
List<User> users;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment