How should my set my associated objects? The FK is what is persisted
right? Consider these options:

1) public void setOtherObjectFK(Long otherObjectFK);

or

2) public void setOtherObject(OtherObject otherObject);

I'm hoping this way is supported by OJB. If so, how does the real fk get
populated and persisted? Does OJB automagically do it or do I? Of course
I know I can easily code it myself but I'm thinking that OJB might
handle this.


It seems like a stupid question but I can't seem to find any info on the
subject.

Thanks,
Ken


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to