How to do this in OJB

2006-06-17 Thread k jee
Hi All, I need some advice on how to achieve the following with ojb. Select T1.FLD1,T1.FLD2, T2.FLD2,T2.FLD3,T3.FLD1,T3.FLD2,T3.FLD4 from table1 T1, table2 T2, Table3 T3,Table4 T4 where (T4.key1="XYZ") and(T3.somefield in ("A","B")) and ( (T4.FLD3 = T1.FLD3) and (T4.FLD3 =T2.FLD3) an

Re: JAVA_OBJECT and type mapping via OJB

2006-06-17 Thread Armin Waibel
Hi again, I checked in a first version of JAVA_OBJECT type support. I test it against hsql, mysql and maxDB. It could be the case that OJB need additional tweak to support other databases. If possible for you, please check out latest from SVN (OJB_1_0_RELEASE branch!). regards, Armin Armi