Posted By:
Subodh_Chintawar
Posted On:
Friday, May 18, 2001 06:50 AM
I am developing EJBs in VAJ(Visual age for java) environment,it provides interface called 'finderhelper' for all custom finder methods,but this is helpful for query on single table.If I want to query 3 tables using join how i should I go?Do I need to create DataSource??