ref « Stored Procedure « JPA Q&A





1. Invalid column name ref cursor stored procedure error    forum.hibernate.org

Newbie Joined: Fri Oct 28, 2005 11:49 pm Posts: 5 Hi Getting a invalid column name error. As far as I can tell everything is fine. Any suggestions would be very much appreciated. Hibernate version: 3.1.2 Mapping documents: Code: ...

2. Hibernate stored procedure Ref Cursor as the last parameter    forum.hibernate.org

Thanks pkleindl, I started down that road but there are too many stored procedures and they are quite complex. This may become a maintenance issue so I was looking for something a little cleaner. Yes, this is definitely a simple example and by no means an actual stored procedure. I am attempting to write a custom persister but find myself overriding ...