Hi
I need to map business classes organized as followed:
- I have an abstract superclass (Person) and two subclasses : Individual and MoralPerson (absrtact) that inherit from this class Person.
- I also have 3 other classes : AcademicPartner, AdministrativePerson, Researcher which are subclasses of Individual and Organisation which is a subclass of MoralPerson
Is there a way to mix the following two inheritance strategies?
- One table per concrete class and,
- One table per hierarchy?
Since I can't mix the <joined-subclass> and <subclass> tags, I'm having a hard time.
Help!
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.0
Mapping documents: 3.0
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
Problems with Session and transaction handling?
Read this:
http://hibernate.org/42.html