I was trying to evaluate Hibernate against stored procedures/functions. All my J2EE applications use calls to Oracle stored procedure/functions. In such a scenario, how should I use Hibernate to obtain the beauty of ORM framework?
If an oracle function returns a resultset to me, then can i have it in objects?
Also, if you see this article
http://www.hibernate.org/187.html
some nice things were said in the plan. So, i would like to know if they were implemented and a link to any document where i can use the functions in hbm mappings.