Re: HELP! Confused about CMP and Primary Keys

2000-11-13 Thread Sven van 't Veer
Vidur Dhanda wrote: OK, Now I'm thoroughly confused.Would someone please help me before I confuse myself even more. Here's the question/scenario: I have a primary key, public class PK implements Serializable { public String fooGuts; constructor/get/Set ... } The only

HELP! Confused about CMP and Primary Keys

2000-11-12 Thread Vidur Dhanda
OK, Now I'm thoroughly confused.Would someone please help me before I confuse myself even more. Here's the question/scenario: I have a primary key, public class PK implements Serializable { public String fooGuts; constructor/get/Set ... } I have a CMP EntityBean FooOwner whose