开发者

How to map an association table that carries some attributes

开发者 https://www.devze.com 2023-03-05 21:01 出处:网络
im using hibernate xml to map my databse, but i didn\'t knew how to map a many to manyrelation (STUDENT,COURSE,TEACHER) that have an association table(Student_Course_Teacher) ,this table carries the p

im using hibernate xml to map my databse, but i didn't knew how to map a many to many relation (STUDENT,COURSE,TEACHER) that have an association table(Student_Course_Teacher) ,this table carries the primary keys of the other tables, and also some other attri开发者_如何学Cbuts such Date_Creation. can some one tell me how it can be mapped using Hibernate xml.

My sincere regards


This should help you

0

精彩评论

暂无评论...
验证码 换一张
取 消