Java, PL/SQL -> returning %rowtype

juhar_at_evitech.fi
Date: 03/14/05


Date: 14 Mar 2005 04:50:21 -0800

Hi all,
I have stored procedured in Oracle 8i which return table rows.
What would be the SIMPLEST/LEAST TIME-CONSUMING case mapping them into
Java classes? I've understood that Ibatis doesn't support this, how
about Hibernate (couldn't find answer anywhere)? I really dont want to
write my own application layer (STRONG MODEL) and implementing this
using "weak object model"-practice seems quite time consuming plus also
I would have to modify the existing procedures!

thanks in advance
-Juha