Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
I have a table class which have classId plus ids from 4 different tables,
I wanna know how I can make mapping for this.
Example table class have classId, profesorId, examId, classroomId
Class id have fields Professor professor, Classroom classroom, Exam exam,
Proffesor have set of classes, Classroom have set of classes, Exam have set of classes, and when I try to delete one class from Classroom it's only want
to assigned null to classroomId in table class
Anybody can give mi idea how to map this
Thanks