The examples in the Hibernate documentation and every example I can find for joined subclasses either shows subclasses with trivial properties or subclasses whose contents are listed as "...".
I'm having a really hard time polymorphizing some classes I wrote that worked fine as normal classes (problems with keys, columns and null values depending on which thing I tweak). I don't really want someone to fix my problem for me, but I was wondering... does anyone have a (really simple, hopefully) example of two polymorphic joined-subclasses where one is a list of the other and the other has a many-to-one relation to the first (totally simple list case)? I think I could figure out my problem if I could just see what this is supposed to look like.
Thankyou!!
Jonathan
|