-
Hibernate
What does Hibernate mean? How it's work?
-
Hibernate error
org.hibernate.HibernateException: could not instantiate QueryTranslatorFactory: org.hibernate.hql.classic.ClassicQueryTransactionFactory at org.hibernate.cfg.SettingsFactory.createQueryTranslatorFactory(SettingsFactory.java:391) at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:222) at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009) at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292) at...
-
-
-
-
-
-
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
-
-
ORM Tools
Why Hibernate is more effective over other ORM tools like ibatis, TOPlink?
Hibernate Interview Questions
Ans