Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Data Manipulation

Header Image

  1. Saving data with Hibernate
    • This article explains the methods to save data with Hibernate, including the save() and persist() methods, as well as what happens when these methods are called.
  2. Updating data with Hibernate
    • This article covers how to update data with Hibernate, including code examples and a description of what happens when the update() method is called.
  3. Deleting data with Hibernate
    • This article explains how to delete data with Hibernate, covering the usage of the delete() method, and the importance of using it with caution to avoid issues with foreign key constraints.

Table of contents