Hi, > The documentation is not really clear about this, so I'm just > posting my question here: what's the status of polymorphism > support in Castor ? > Has it been reimplemented/fixed ?
Polymorphism (at least whow I understand it) is done via the extends attribute and works very well for me. I have created a patch which even allows OQL queries on base types to return the actual type of that objects. A simple example: A<---B +--C SELECT A FROM A wile return A, B and C objects, depending on a tzype column you have to specify. This patch hasn't been included in the CVS so far, but we're working on that, and you can have it if you like to apply it for yourself. Diez ________________________________________________________________ Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr! Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13 ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
