alex wrote:
you could either use jdbc or jdo. With jdbc you would have to iterate over the resultset, create an object and put this in a list and then return the list.
ok, I understand.
JDO returns a collection instead of a resultset. I use JDO at the moment. Maybe have a look at www.jpox.org
Can I do this task with hibernate, too? regards Lorenzo

