It just depends on what I'm doing and how I'm processing the results. Typically I'm doing the same thing with each individual result (e.g. each result is a Sales Order body and I'm transforming it to an Invoice). In which case I want an
Object[]
so I can do a
forEach
over it to do the transform