posted 13 years ago
Hi,
I need to pass List<Long> from hibernate to my stored procedure. Below is the code for the same -
Here is my query -
My stored procedure looks like this -
The exception is get is -
Is there something wrong with my stored procedure or the way i am passing the List to my stored procedure?
Thanks.