With Hibernate+Eclipse you can generate POJO classes that represent the tables. You can then wire it all together pretty easily with Spring. However, if you have to interact with stored procedures you have to wrap each one in it's own class(es) -- although this is definitely preferred to standard JDBC it is still a bit cumbersome at times.
Does anyone out there know of a script, application, Eclipse Plug-in or anything that generates Spring stored procedure classes?
Thanks in advance.