Session « Stored Procedure « JPA Q&A





1. Executing Multiple Stored Procedures in the Same Session    forum.hibernate.org

Using hibernate 3.1rc2 and stored procedures I came across the following problem. I am attempting to load all the collections of a particular object via stored procedures. I have a DAO class that performs each stored procedure call one after the other. However, after I execute all of these stored procedures and then try and save the object that was loaded ...

2. Call stored procedure when connection assigned to session    forum.hibernate.org

Hibernate version: 3.2.6 GA Hi I am using glassfish with hibernate. I am trying to call a stored procedure when a connection is associated with a session. The purpose is to set session information on the pooled connection. If possible I would like to clear the information when the connection is released again. I played around with the session event listeners, ...

3. Stored Procedure using session.connection();    forum.hibernate.org

Newbie Joined: Fri May 23, 2008 4:39 pm Posts: 3 Hi everyone! Have a tough one here. I'll try and explain with all needed info, but If you need some additional data just let me know. I have a stored procedure that is returning a resultSet ( mysql ). Basically what i'm doing is pivoting the columns from the cursor to ...