You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by Brian McCallister <mc...@forthillcompany.com> on 2003/11/14 21:44:16 UTC

OQL Request

Now that we have anonymous keys it would be awfully nice to support 
automagic pk de-referencing if you have a query like:

Query q = Query.create("select articles from " + 
Article.class.getName() + " where productGroup = $1");
q.bind(aProductGroup);

Any thoughts?

-Brian



---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org