Hello Guys
I have the following problem:
I have three classes
class a, class b and c.
class b and class c extends class a
so I have b(a) and c(a)... (superclass)
I want to persistand the class b and class c
that is no Problem.
But in class a There are two lists: parents and childs.
In each list are objects of class a.
How can I create a mappingtable.
I use xdoclet for generating the *.hbm.xlm files.
I put the xdoclet code into Class a for getParents and getChilds.
But the ANT script does generate a xml file for class b and class c, only.
Pleas help me,
thank you
|