Re: uses OUTER JOIN by default... -- BUG or FUNCTIONALITY ?

2006-01-11 Thread Jakob Braeuchi
hi sergey, ojb just tries to be clever ;) outer joins are created when there are extents etc. could you please post the relevant parts of your mapping file and the generated sql. jakob Manukyan, Sergey schrieb: After some tests found out that OJB generates LEFT OUTER JOIN instead of

RE: uses OUTER JOIN by default... -- BUG or FUNCTIONALITY ?

2006-01-11 Thread Manukyan, Sergey
, 2006 1:06 PM To: OJB Users List Subject: Re: uses OUTER JOIN by default... -- BUG or FUNCTIONALITY ? hi sergey, ojb just tries to be clever ;) outer joins are created when there are extents etc. could you please post the relevant parts of your mapping file and the generated sql. jakob Manukyan

uses OUTER JOIN by default... -- BUG or FUNCTIONALITY ?

2006-01-10 Thread Manukyan, Sergey
After some tests found out that OJB generates LEFT OUTER JOIN instead of INNER JOIN in a 1:N relationship if both ends are same class. Is that a planned functionality or a bug? In my case I need 1:N relationship to be made from MyClass to Collection of MyClasses... How can I force then OJB to