-->
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: Pass JDBC connection to hibernate and commit it outside
PostPosted: Sat May 08, 2010 1:43 pm 
Newbie

Joined: Mon Dec 25, 2006 4:59 am
Posts: 15
Hi Guys
I am trying to figure out how can i pass a JDBC connection to hibernate and commit it outside of hibernate scope.

Here is the flow:

[legacy code] transaction begins
[legacy code] update something
[hibernate] update something else
[legacy code] transaction ends
one commit for all changes to DB


This need arises as only few models were mapped to hibernate, while whole application is still written in legacy code.
When JDBC connection is obtained in legacy code some entities should be handled by legacy code
while others by hibernate and one commit should wrap it all.


thanks


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.