Chris Rossi wrote:
Ok, so I've figured out that if I call PersitanceBroker.getReportQueryIteratorByQuery( Query ) that I got back an iterator over Object[] where each Object[] contains fields in my data objects. What I can't figure out how to do is select which columns show up in my Object[]. I assume I'm just missing something in the API. Anybody?Actually, I just answered my own question:
QueryFactory.newReportQuery( Class, String[], Criteria, boolean );
I utilized above and passed in only one column for query, but am still getting back two. The field that is being added is not a primary key field--in fact there doesn't seem to be anything exceptional about that field at all. Anybody seen this?
Anyway, annoying but not a show stopper.
rossi
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
