Hello, I have two concrete classes mapped to the same table/view in database. There's a subtle difference in a list of properties these two implement. I remember reading in documentation that OJB framework optimizes it by retrieving all of the columns listed in both <class-descriptor> items from database in this case.
When I run a query I see only columns from one class in a SELECT statement but OJB fails with the message that it's unable to find a column that is declared as a <field-descriptor> in another class. Could you, please, point me out in the right direction here. I'm pretty sure that it works as I've done in the past. Thank you, Max. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
