* Connected to this problem is this; at the moment (AFAIK) the
getIteratorByQuery has no knowledge of extents. That means that in a
(somewhat) complex model, if you want to query on objects that are stored in
multiple tables, this cannot be done by this method. The only alternative is
getCollectionByQuery, which returns the entire query as one collection,
which might take some time for large results. I see this as somewhat of a
problem.

Extent aware iterators are in ojb 0.9.6.

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

Reply via email to