Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
Mapping documents:
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:
Hello Sir/Madam out there
I am using hibernate from last 2 - 3 months
I have a class hierarchy
class C extends A class B extends A class D extends A
while class A have association(1 to M) with class E
i am not able to understand how to map the hbm files
to get the mapping for all this classes
so that C have association with E ,B have association with E
D have association with E
plz help me out with an example as such
i will be very thankful to all of u