-
Hibernate
What does Hibernate mean? How it's work?
-
-
-
-
-
-
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
-
Level 2 Cache and Query Cache
What will happened if level 2 cache is enable and query cache is diabled in Hibernate?
-
Fetching Strategies
What are different fetching strategies in hibernate?
-
-
-
-
How will handle Hibernate the situation,
If the data base does not contain any primary key?i.e we had a table that does not contain key .but we map the all the fields to properties of class.
-
Connect Two Database
How to connect two database in one application using 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?
-
Why Hibernate came in to picture
Anybody tell me please, where exactly Hibernate is used..tell me about the mapping and .xml file in Hibernate
-
-
Hibernate Transactions
How to do transactions with Hibernate?
-
Hibernate Interview Questions
Ans