hi,
i guess this will qualify as a rather esoteric
question. never mind ;-)
i have a class which i want to save into
different schemas, depending on the module
my class is being used in.
let me explain in more detail:
i have a class C which is defined in
module M0.
i have also module M1 which defines S1 and
module M2 which defines S2. both modules use
M0 and therefore both schemas define the
necessary tables for C (but also different ones).
i know that i am duplicating information (been
a nasty boy lately ;-) ).
the reason is that M1 and
M2 should be used in complete isolation from
one an other and M0 on the other hand should
be abstract and should not define any
persistence (no schema S0 whatsoever)
any ideas on how to solve this?
ciao robertj
|