Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.0
Name and version of the database you are using: Oracle 10g
I am using Hibernate In our project. We are calling Stored procedures through Normal JDBC(by excecuting Callable Statement). I came to know that Hibernate 3.0 Is supporting Stored procedures. So, My Question is Which is Advantageous, calling Stored procedures though Hibernate or Normal JDBC?
Note: We are executing normal SQL statements through Hibernate.