Re: [OJB-developers] SQLGenerator
Brought to you by:
thma
From: Oleg N. <on...@uk...> - 2002-05-04 18:00:33
|
On Saturday 04 May 2002 11:42, you wrote: > hi oleg, > > you know, in switzerland the responsible persons get the real huge > salaries, even if they do a bad job ;-) > :) > SQLGenerator has no function to automatically detect an OUTER join. But > JoinInfo innerclass could generate the appropriate SQL. So we need a way to > explicitely use OUTER joins and i prefer to define it in the criteria. I don't feel that OUTER joins are necessary now. On the other hand, I don't have arguments against them. Please tell me if you are going to do something around SQLGenerator soon. I meant to use them for polymorphism of the "3rd" type which is now not supported by OJB (one table for base class, one table for each extending class, the latter contains only proprietary fields of the extending class). Regards, Oleg |