Wednesday, 20 April 2016

What are the Core interfaces are of Hibernate framework ?


The 5 core interfaces are used in just about every Hibernate application.

Using these interfaces, you can store and retrieve persistent objects and control transactions.
  1. Session interface
  2. SessionFactory interface
  3. Configuration interface
  4. Transaction interface
  5. Query and Criteria interfaces

No comments:

Post a Comment

Note: only a member of this blog may post a comment.