Hibernate version:
1.6
Mapping documents:
no
Code between sessionFactory.openSession() and session.close():
no
Full stack trace of any exception that occurs:
no
Name and version of the database you are using:
Oracle 9i
The generated SQL (show_sql=true):
no
Debug level Hibernate log excerpt:
no
Hi , İs it possible to map two Different Classess to same Table?
for example , I have a CV table.
I have CV Class and EducationInfo and Education classs.
in CV table : CVID, name , surname, educationLevel
i education table contains education lines such as high school, university as a different line and mapped by Education Class and EducationInfo contains Education Set.
and also educationLevel of CV table.
Cv class have EducationInfo Class as a property.
How can I map these 3 classes two tables.
must I use component mapping?
but I wany to use CV class without loding EducationInfo Class, lazy loading..
|