-->
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: EntityTransaction question, using EntityManager in J2SE.
PostPosted: Tue Oct 04, 2005 3:59 pm 
Beginner
Beginner

Joined: Sat Sep 17, 2005 10:41 am
Posts: 49
Hi all,

I'd like to use the EntityManager, mainly to take advantage of the @PreUpdate/@PreInsert POJO annotations. However, I'm not quite ready to jump whole hog into using an EJB container. I've re-written the standard HibernateUtil and replaced Session with EntityManager.

My question is, would I have to place the EntityTransaction object into its own ThreadLocal, or can I simply use EntityManager.getTransaction () to get the current thread-local transaction?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 05, 2005 9:25 am 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
use em.getTransaction()

_________________
Emmanuel


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.