Re: id in the class

2003-09-11 Thread Michael Becke
Andy, I think anonymous keys are what you're looking for . 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 fol

id in the class

2003-09-11 Thread Andy Czerwonka
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 d