Hibernate Tips: Use the QueryCache to avoid additional queries
Hibernate Tips is a new 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: Hibernate does not use the first- and second-level for queries. Is there any way to cache the result…