My apologies, the topic was post in 2006 (2004 was the moderator Joined date). Here is the <a href=”https://www.genuitec.com/forums/topic/support-for-joined-subclass/&start=0&postdays=0&postorder=asc&highlight=joinedsubclass”> link to this post</a>
My problem is : I have in the DB a table, let say, Person with an auto-increment ID and another table Customer with an assigned ID which is also a foreign key on Person ID. What I’d like is 2 Java Object Person and Customer and that Customer inherit from Person.
This was possible with hibernateSynchronizer using joined subclass. And this feature is important because some other table have columns which reference a “Person” but it could be a Person or a Customer …. So I need the inheritance in Java !
Do you plan to support joined-subclass soon ? Is there a way to generate this inheritance using an other way ?
thanks for your help
Regards
Veronique