http://www.gontu.org in this tutorial, I am gona talk about the basic database operations which we can perform using Hiberante provided functions like saving a record, retrieving a record, updating a record and deleting a record from the database table (simple CRUD operations).
The tutorial (CRUD operations using Hibernate) is important as it forms the foundations for the rest of the tutorials like Hibernate Object states (Transient, Persistent, Detached)