Architecture of Hibernate
Architecture of Hibernate

Hibernate architecture is layered to keep us isolated from having to know the underlying API’s. There are four layers in hibernate architecture.

Object Relational Mapping
Object Relational Mapping

ORM is acronym for Object Relational Mapping, it is a programming technique for converting data between relational database and object