
Category: π» Hibernate- in 10 Steps
Hibernate is a Java-based persistence framework and an object-relational mapping (ORM) framework that basically allows a developer to map POJO – plain old Java objects – to relational database tables.


Topic 1-Introduction to Hibernate and ORM (Object-Relational Mapping)

Topic 2 – Configuring Hibernate Configuration File

Topic 3- Hibernate Mapping Files Setup

Topic 4- 3 States of objects in hibernate and Generators

Topic 5- Working with Persistent Objects

Topic 6 – 10 Methods of hibernate

Topic 7- Types of Mapping in Hibernate

Topic 8 – Hibernate Query Language (HQL)

Topic 9 – Criteria Queries

Topic 10- Caching in hibernate
