[Hibernate] joined subclasses with subclasses

2003-09-04 Thread Cameron Jones
hello, is it possible to define a joined subclass that has subclasses ? i have tried, but i get a the followingerror: org.xml.sax.SAXParseException: Element "class" does not allow "joined-subclass" here. here the structure: class name="Transaction" id name="id"column="id"

Re: [Hibernate] joined subclasses with subclasses

2003-09-04 Thread Gavin King
No, it is not possible at present. See the Road Map for the planned new join feature, which will allow this kind of thing. hello, is it possible to define a joined subclass that has subclasses ? i have tried, but i get a the following error: org.xml.sax.SAXParseException: Element class