In the "Advanced O/R tutorial", it when discussing "mapping classes on multiple joined tables" it says "This approach is not directly covered. If you have to use this approach you have to map it explicitely as a 1:1 association between a B object and an A object to retrieve all attributes from the table for A."
I think that for part of my application, this is the best of the three solutions.I think I've figured out how to handle reads (implementing my own RowReader), but I'm concerned about writes. How can one cause a single object to be written to two different tables? Is there complimentry (ObjectWriter) hook for storing classes? David This message contains information from Equifax, Inc. which may be confidential and privileged. If you are not an intended recipient, please refrain from any disclosure, copying, distribution or use of this information and note that such actions are prohibited. If you have received this transmission in error, please notify by e:mail [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:ojb-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org>
