Man, this sounds like an RTFM kinda question unless I am misreading it.
resultClass="my.domain.ObjectClass"
List employeeList = queryForList("getEmployee",null);
Larry
On 6/14/05, Jason Hall <[EMAIL PROTECTED]> wrote:
>
>
> 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.