Author Login
Post Reply
> this object is detached or not and then do either a em.merge() or a
em.persist() correct?
Yes. Use the following, for example, to determine:
OpenJPAPersistence.cast(em).isDetached(pc);
--
Sent from the OpenJPA Users mailing list archive at Nabble.com.