Hi,
Iam new to Hibernate.
Currently, I am in the process of working on how to access stored procedures in Hibernate application.
In Hibernate Reference documentation(3.0.5) I saw an example explaining stored procedures using SYS_REFCURSOR and in that they have given configuration in mapping file and stored function(selectAllEmployments).
How can i access this resultset in the hibernate application using java?
Also, how can I specify the IN,OUT parameters in mapping file and how can i access with these parameters in my hibernate application.
Please provide me an example to explain this.
Thanks,
yvk
|