In this section we will learn about important Hibernate API. Hibernate one of the best ORM tool to develop database driven applications in Java.
Hibernate provides API to perform CRUD operations on the persistence objects.
The CRUD stands for Create, Read, Update and Delete operations on the persistent objects or the entity classes.
The important classes and interfaces of Hibernate API are:
Hibernate API is available online at http://ajava.org/online/hibernate3api/. Simply browse the link to get more information.
Read more at Hibernate Tutorial section.