Skip to content

Instantly share code, notes, and snippets.

@trigolgy
Created February 4, 2016 07:24
Show Gist options
  • Save trigolgy/319679818dabc22c15ef to your computer and use it in GitHub Desktop.
Save trigolgy/319679818dabc22c15ef to your computer and use it in GitHub Desktop.
String hql = "SELECT E.firstName FROM Employee E";
Query query = session.createQuery(hql);
List results = query.list();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment