Automatic Dirty Checking in Hibernate
Hibernate provides as feature called Automatic Dirty checking whereby changes to a persistent object are automatically saved to the database […]
Hibernate provides as feature called Automatic Dirty checking whereby changes to a persistent object are automatically saved to the database […]
In this article, I will be explaining what is Hibernate SessionFactory and how it works. Consider the following code that […]
Hibernate supports associations that help you to model the relationship between database tables. In this article, I will be covering […]
In this blog post, I will be explaining Hibernate caching. Caching is the ability to buffer the data retrieved from […]
In this blog post, I will be explaining the Hibernate Persistence Life Cycle and Entity States. What Are Entity States […]
Hibernate provides several methods to save or modify the data into a database table. Two such methods are save and […]
Often, we come across the terms JPA and Hibernate. Quite often, they are used interchangeably as well. Also, if you […]
In this blog post, I will be explaining what is the Hibernate Criteria API. There are 3 ways in which […]
In this blog post, I will be comparing the Update and Merge methods in Hibernate. I will be explaining how […]
In this blog post, I will be comparing JDBC and Hibernate and explaining the differences between the two. What […]