[OJB-developers] Non-Decomposed N:M mappings and extents
Brought to you by:
thma
From: <Joa...@tp...> - 2002-04-18 17:57:31
|
Hey, sorry to post this here again, but the matter is rather important for us and I don't know enough about the internals to find out how to solve it. but I still got a problem with a non-decomposed N:M mapping in combinatin with extents. It just plainly doesn't work, although there seems to be code for it. Details about the problem can be found in my previous mail to ojb-users (archived at http://sourceforge.net/mailarchive/message.php?msg_id=1444264). After some more debugging I found out that the Tables that are used in the Query originate from the Query object, which is not re-created for each extending class, but reused; so the query is missing the table for the special class. regards Joachim Sauer |