Native « Stored Procedure « JPA Q&A





1. Native Stored Proc v/s Hibernate    stackoverflow.com

I am a newbie in Hibernate. I am working on a cloud service data access layer. Currently we are using Hibernate for OR mapping and as data access layer using Hibernate annotations. But ...

2. JPA + stored procedures - native query help    forum.hibernate.org

Hello again, I'm trying to actually "just" call SP from JPA somehow - but I cannot find any way how to configure appropriate annotations for it. Do you have any idea (not just theoretical) how to do this? My problem is that I always get one return value from my SP but I'm unable to map it somewhere - even if ...