|
The comment for Session#cancelQuery is
Cancel the execution of the current query. This is the sole method on session which may be safely called from another thread.
that comment leads me (and original reporter) assume that this is the only thread safe method on Session.
I'm still seeing this problem on Hibernate 4.3.5
|