Hibernate is a Java framework that simplifies the development of Java application to interact with the database. It is an open source, lightweight, ORM (Object Relational Mapping) tool. Hibernate implements the specifications of JPA (Java Persistence API) for data persistence.
Configuration
buildSessionFactory
openSession
addAnotatedClass
Trancaction
Emmedable anotation
Save, fetch
One to One
One To Many
Many To Many
Save, fetch