I'v got it myself:-).

Using path expressions, it is easy to write a query like this, just let A.faculty.departmentID = 3.


From: "su baochen" <[EMAIL PROTECTED]>
Reply-To: "OJB Users List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: how to write ojb persistenceBroker query?
Date: Sat, 20 Sep 2003 18:07:37 +0800

hi,

I have a select query:

select A.* from class_tbl A,faculty_tbl B, department_tbl C wehre A.facultyid = B.id and B.departmentid = C.id and c.id=3;

then how to write PersistenceBroker query ?

thanks in advance!

_________________________________________________________________
免费下载 MSN Explorer:   http://explorer.msn.com/lccn/


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
免费下载 MSN Explorer: http://explorer.msn.com/lccn/



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to