Hibernate Interview Questions

  1. Explain table mappings (Many To Many, One to Many, Many to One) in Hibernate.
  2. Explain internal and external cache in Hibernate. How to configure external cache in Hibernate?
  3. What is difference between saveOrUpdate() and merge() methods in Hibernate?
  4. What is difference between save() and persist() methods in Hibernate?
  5. What are the core interfaces in Hibernate?

Comments

Popular posts from this blog

Data types and Literals in Java

How to define Auxiliary Constructor in case class in Scala

equals() method of Object class in Java