posted 14 years ago
Hi Mark, Prashant,
Thanks for your help . . .
Ok, now the two queries below seem to execute without error but I get no results . . .
so I'm missing something else apparently . . . working on this . . .
Oh, and here's a little more information:
In the end, I'm actually trying to execute the HQL equivalent of the following sql:
I would like the list that results from the HQL equivalent of the above SQL to be of type "DEFECT" so I can use the displaytag library to display it (here, I admit I'm assuming that it has to be a list of type DEFECT and not just an array of generic objects) . . . At any rate, that's where I want to get to eventually . . .
Rob