Skip to content

Instantly share code, notes, and snippets.

@robfletcher
Created July 20, 2012 05:45
Show Gist options
  • Save robfletcher/3148913 to your computer and use it in GitHub Desktop.
Save robfletcher/3148913 to your computer and use it in GitHub Desktop.
UserRole.withCriteria {
createAlias 'user', 'u'
projections {
property 'u.username'
}
eq 'role', role
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment