So right now I have a program containing a piece of code that looks like this...
Criteria crit = session.createCriteria(Product.class); ProjectionList projLi
You can probably do something like this:
for (Object result : results) { // process each result }