I'm new to OJB, so I might be missing something. It seems that OJB requires domain classes with associations to other classes to contain an "oid" member (with getter/setter) in addition to the object reference (with getter/setter). Is this true?
For example (from the tutorials), an Article has a ProductGroup reference, but the Article class needs to hold an int for the ProductGroup id as well as the ProductGroup member for the object reference itself. I can see this getting very messy for complex object graphs. Thanks for any clarification... /rick. -- To unsubscribe, e-mail: <mailto:ojb-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org>
