posted 22 years ago
Thanks Sai.
If I also have LineIterm CMR entity beans.
Each Order can have many LineIterms. LineIterm
has a lineItermID as primary key and orderID
as foreign key. Should I create a composite
primary key that contains all there IDs (customerID,
orderID, and lineItermID) for all the CMR beans
(Customer, Order, LineIterm)? My basic question
is whether I can use different primary key for different CMR entity bean.
[ December 27, 2002: Message edited by: John King ]