Andy,

I think anonymous keys are what you're looking for <http://db.apache.org/ojb/howto-use-anonymous-keys.html>.

Mike

On Thursday, September 11, 2003, at 08:45 PM, Andy Czerwonka wrote:

Hi there,

I'm new to this list.  What I'm looking for is an explanation as to why
I need to to do the following:

class Job {}
class Person {

        protected Job job;
        protected int jobId;
}

I realize that OJB uses the unique ID, but can't it do something similar
to Toplink, where you don't need to store the id the aggregate?


--
Andy Czerwonka
Arctic Penguin Open Source Solutions Inc.
(403) 547-8892
(403) 540-6133 (mobile)


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



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



Reply via email to