Philip DONAGHY wrote:

I'm just throwing this out there because I could really use a join
syntax in Castor JDO. I would like to keep the select as a simple object
but the from and where clauses would look something like this.

SELECT Org

FROM db.finaixm.OrgAuth Org, db.finaixm.OrgAuthM OrgM

WHERE Org.oamOrgAuthMId = OrgM.orgAuthMId AND Org.txtName=$1

Philip,

This can be achieved through th euse of a correctly written mapping descriptor. The odd part is that the OQL query will *not* contain an explicit join because Castor's OQL engine will create the query behind the scenes. Are you not able to achieve this? Please elaborate further.

Bruce
--
perl -e 'print unpack("u30","<0G)[EMAIL PROTECTED]&5R\\"F9E<G)E=\\$\\!F<FEI+F-O;0\\`\\`");'


The Castor Project
http://www.castor.org/

Apache Geronimo
http://incubator.apache.org/projects/geronimo.html



----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev

Reply via email to