Hibernate Tips: Use query comments to identify a query
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 application performs a lot of similar queries and I need to find the output of a specific query…