Saturday 3 March 2018

18.0 Hibernate Introduction





What is hibernate ?


A framework for persisting/saving java objects in a database.


  1. Hibernate handles all of the low-level sql
  2. It provide object - relational mapping (ORM)
















NOTE : Hibernate use JDBC in the background to communicate with the database.

No comments:

Post a Comment