Hibernate interview questions [ Part 2 ]



    1.     What is Hibernate SessionFactory and how to configure it?
    2.     Hibernate SessionFactory is thread safe?
    3.     What is Hibernate Session and how to get it?
    4.     Hibernate Session is thread safe?
    5.     What is difference between openSession and getCurrentSession?


    6.     What is transaction Object in hibernate?
    7.     What is difference between Hibernate Session get() and load() method?
    8.     What is hibernate caching? Explain Hibernate first level cache?
    9.     How to configure Hibernate Second Level Cache using EHCache?
  10.     What are different states of an entity bean?



Related Post

Comments


©candidjava.com