Skip to content

Instantly share code, notes, and snippets.

@laabroo
Created April 21, 2012 15:35
Show Gist options
  • Save laabroo/2437763 to your computer and use it in GitHub Desktop.
Save laabroo/2437763 to your computer and use it in GitHub Desktop.
The simple query with hql.
//how to get user where name = laabroo
select u.name as name
from User u
where u.name = 'laabroo'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment