Title: Array of Domain Objects - from queryObject

Hi,

Is there a way to get an array of Domain objects or a list of domain objects using
any of the the queryxxxx methods. Instead of a list of HashMaps or HashMap of HashMaps?

ex. Employee employee[]  = queryForObject("getEmployee",null);

Or do I have to do this manually by extracting from the HashMap into the Domain objects then into array?

Thanks,

JH.

Reply via email to