cache « Stored Procedure « JPA Q&A





1. Invalid (cached) data returned from stored procedure call    forum.hibernate.org

I am running into an issue with a stored procedure call returning what appears to be cached data. I am connecting to DB2 on an iSeries. When I call the stored procedure I can put the procedure in debug and validate that the correct information is being retrieved and returned, but when I look at the values in debug on the ...