Hibernate Tips: How to define a query timeout
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: I want to make sure that my query gets canceled after a certain time. Is there a way to…