Thursday, 3 November 2016

Core interfaces and classes 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
Session-factory interface
Configuration interface
Transaction interface
Query and Criteria interfaces 

No comments:

Post a Comment