> This one time, at band camp, Quique Ruiz-Valenciano said:
>
> QR>I test the feature JDO: Views of Same Object
>(http://castor.exolab.org/tips-tricks.html)
> QR>but I haven't achieved to run it.
>
> So what kind of problem are you having? Please provide more
Hi all,
Castor doesn't support polymorphism. Anyone knows how to simulate this
feature?
There are any patch that provides polymorphism?
Thanks,
Quique
--
---
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED]
Hi all,
How can I map an association with an inheritance hierarchy parent?
Description of the problem:
class A (Long id, B objB) implements Persistent;
class B (Long id, String name);
class C extends B;
class D extends B;