Re: A few questions regarding EntityManagerObjectProvider in JPA module

2012-03-15 Thread Kalle Korhonen
On Thu, Mar 15, 2012 at 3:53 AM, Igor Drobiazko wrote: > On Wed, Mar 14, 2012 at 6:49 PM, Kalle Korhonen > wrote: >> - what's the purpose of making a proxy for the EntityManager (rather >> than just holding a reference to the EntityManager provided by the >> EntityManagerManager)? > EntityManager

Re: A few questions regarding EntityManagerObjectProvider in JPA module

2012-03-15 Thread Igor Drobiazko
Hi Kalle, On Wed, Mar 14, 2012 at 6:49 PM, Kalle Korhonen wrote: > Hey Igor, > > I was just looking into the implementation of the core JPA > integration. I had two questions about EntityManagerObjectProvider: > - what's the purpose of making a proxy for the EntityManager (rather > than just hold