-->
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.  [ 2 posts ] 
Author Message
 Post subject: SQLQuery without return value
PostPosted: Fri Sep 01, 2006 2:35 am 
Newbie

Joined: Fri Sep 01, 2006 2:28 am
Posts: 4
Hi all,
I'm trying to switch from OJB to Hibernate. I want to execute the following statement with Hibernate:

Code:
LOCK TABLE MY_TABLE IN EXCLUSIVE MODE


I've created an SQLQuery with my Hibernate session. However, i can't call list() or uniqueResult() to execute the query. How can I execute the above query?

Any ideas? I'm stucked...

Thanks in advance!


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 01, 2006 5:15 am 
Newbie

Joined: Fri Sep 01, 2006 2:28 am
Posts: 4
Solved it this way:

Code:
Statement stmt = session.connection().createStatement();
stmt.execute("LOCK TABLE MY_TABLE IN EXCLUSIVE MODE");


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

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.