Author Login
Post Reply
I've found a solution to my problem...
tblScmpdt.setTblPdtcde(null); //immutable, don't merge
The foreign key is still set (tblScmpdt.pdtcdeId), so by setting the related
entity to null, it prevents OpenJPA from trying to merge it.
--
Sent from the OpenJPA Users mailing list archive at Nabble.com.