Hibernate Tips: How to map native query results to a POJO
Hibernate Tips is a series of posts in which I describe a quick and easy solution for common Hibernate questions. If you have a question you like me to answer, please leave a comment below. Question: My query is too complex for JPQL, and I have to use a native query. What is the easiest…