Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Hibernate mapping many to many ewlationships hibernate

  Asked By: Boell    Date: Feb 06    Category: Java    Views: 853
  

i have two tables
STUDENT(sname string , slastname string , sid int(PK))
COURSE(cname string , clastname string , cid int(PK))
STUDENT_COURSE(sname int (FK), cname int(FK))
have many to many relationships
how to implemrnting using hibernate ftamework and netbeans 6.5?

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Hibernate mapping many to many ewlationships hibernate Or get search suggestion and latest updates.