Interview Question in Hibernate


 

Interview Question :: What are the Core interfaces are of Hibernate framework?

What are the Core interfaces are of Hibernate framework?

by ksk
VoteNowAnswers to "What are the Core interfaces are of Hibernate framework?"

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

by ksk