-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: StatelessSession.cancelQuery()?
PostPosted: Tue Feb 05, 2008 4:18 am 
Expert
Expert

Joined: Wed Mar 03, 2004 6:35 am
Posts: 1240
Location: Lund, Sweden
Is there any reason why there is no StatelessSession.cancelQuery() method? We are currently adding support for aborting long running queries. It works fine for the regular Session since it has a Session.cancelQuery() method. I looked at the in the SessionImpl class and I think it can be implemented in the same way in StatelessSessionImpl:

Code:
   
public void cancelQuery() throws HibernateException {
   errorIfClosed();
   getBatcher().cancelLastQuery();
}


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.