UserTransaction « EntityManager « JPA Q&A





1. Need help with design structure and looking up EntityManager and UserTransaction in helper's helper    stackoverflow.com

I am basically a newbie whose starting work on a new webapp. The webapp is mostly your basic CRUD operations. For this, I have decided to use JPA with Hibernate as ...

2. EntityManager flush() is breaking userTransaction    forum.hibernate.org

Newbie Joined: Fri Feb 05, 2010 1:05 am Posts: 12 Hi all, I am using Hibernate 3.6.0 with JPA on a BMT EJB 3 stateless session bean on Jboss AS 6.0.0 final. Everything seems to work fine at the beginning, however, I found out that either manually calling em.flush() in code or the auto flush() before another query would force any ...