My development team is currently trying to integrate hibernate into a few new jsf (java-based) applications we are working on. Alot of our apps depend on stored procedures and we have not been able to find any clear cut examples of using stored procedures with hibernate. Could anyone provide a complete example of doing this. Something that shows what needs to go into the configuration (xml) files, and what needs to go into the BackingBean as well. Also, the hibernate docs seem to mention the hibernate api can only return scalars when using stored procedures. Does this mean that you cannot return a resultset?
Start Free Trial