What are the Core interfaces are of Hibernate framework?

Submitted by: Administrator
People who read this also read:
The five core interfaces are used in just about every Hibernate application. Using these interfaces, you can store and retrieve persistent objects and control transactions.
* Session interface
* SessionFactory interface
* Configuration interface
* Transaction interface
* Query and Criteria interfaces
Submitted by: Administrator

Read Online Hibernate Job Interview Questions And Answers