In EJB 2.0 cmr Is it possible to make one to many cmr relationship one a unique not null key and foreign key or a primary key at database level is must. I am trying it with a unique key but its gives a error "Key Column must be primary key"
regds
Ashutosh
-
ejb-relationship (2 messages)
- Posted by: ashutosh kumar
- Posted on: June 05 2004 00:57 EDT
Threaded Messages (2)
- ejb-relationship by Arun Nair on June 07 2004 05:53 EDT
- ejb-relationship by ashutosh kumar on June 07 2004 23:57 EDT
-
ejb-relationship[ Go to top ]
- Posted by: Arun Nair
- Posted on: June 07 2004 05:53 EDT
- in response to ashutosh kumar
Key column must be Primary key. -
ejb-relationship[ Go to top ]
- Posted by: ashutosh kumar
- Posted on: June 07 2004 23:57 EDT
- in response to Arun Nair
can we have differnt primary key foreign key reln ship at database level and different at ejb level