question regarding jdo 2.1

2008-09-18 Thread Karan Malhi
What is the purpose of JDOEntityManager? Is it like a bridge between JDO And JPA? -- Karan Singh Malhi

Re: question regarding jdo 2.1

2008-09-18 Thread Craig L Russell
Hi Karan, If your jdo implementation is kind enough to give you one of these, then you can have access to both APIs without any magic or casts. Craig On Sep 18, 2008, at 8:09 AM, Karan Malhi wrote: What is the purpose of JDOEntityManager? Is it like a bridge between JDO And JPA? --