Calling Parameterized Stored Proc with Output

1
I am calling a Oracle Stored Proc. There are parameters to the SP which I am passing as ParameterList. For output I am using RefCursor.   But I am not sure how to retrieve the data. The SP returns a list which I want to capture in an object.   Questions. How to retrieve data from result of SP. How to get data as list of Object so I don’t have to manually iterate on the returned list (if its in string format) and convert in object one by one. Images below.  
asked
0 answers