If user press the "search" button and then they desided to do "something else", we have to cancel already running query.
We use Hibernate (and Oracle) as persistence solution. Hibernates Session interface provides cancelQuery() method. After some trys, it seams that cancelQuery() has no effect.
Does somebody have some experience this this Session#cancelQuery() method?
Thank you!