Calling StoredProcedure with Hibernate which multiple type of outputs
I have a store procedure from my dbaTeam , Here is the stored procedure, and temp table created . All I want to know here , how to map the temp table to the output value while calling the procedure in java .