What to use: JPQL or Criteria API? [closed]
I’m pretty sure this has already been covered here on SO but I couldn’t find the existing question. So, here is my point of view on the question: I find JPQL queries easier to write/read. I find the Criteria API nice for building dynamic queries. Which is basically what you’ll find in Hibernate: Criteria vs. … Read more