Skip to content

Instantly share code, notes, and snippets.

@mkindika
Last active October 9, 2017 12:00
Show Gist options
  • Save mkindika/6668e7ddb741944dfa613a4451dae71e to your computer and use it in GitHub Desktop.
Save mkindika/6668e7ddb741944dfa613a4451dae71e to your computer and use it in GitHub Desktop.
indika.me
query.setMaxResults(1);
List<T> list = query.getResultList();
if (!list.isEmpty()) {
return list.get(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment