-
Execute Stored procedure in Hibernate
How to invoke a stored procedure in Hibernate and pass in a parameter?I have { ? = call myservice.TEST_PROC3( ? ) }While I can get stored proc output if there is no input to TEST_PROC3, e.g. call myservice.TEST_PROC3( )I don't know how to code in Java to pass in the parameter required in my case with:call myservice.TEST_PROC3( ? )Can anyone show me how to make such call in Java?Thanks
-
Why we are using Hibernate?
why we are using Hibernate instead of JDBC where JDBC is less time taking than Hibernate?
-
-
-
-
Lazy initialisation
What is lazy initialisation in hibernate
-
-
Hibernate Persistent technology
Can anybody tell me which persistent technology can be used instead of Hibernate which is as compatible as Hibernate (not JDBC nor EJB) any parallel technology?
-
-
-
-
Hibernate Interview Questions
Ans