Hibernate is a famous ORM for Java applications. In this article, I show you how to improve performance eliminating the […]
Tag: # hibernate
Digging into Hibernate’s Query Cache
I haven’t used Hibernate for a long time, and I haven’t blogged about it for even longer. Recently, I was […]
Soft Deletion in Hibernate: Things You May Miss
Soft Deletion is a commonly used pattern in enterprise applications. Hibernate is a widely used persistence framework in the Java […]
Career change option.
Guys, need help. Currently I’m working on Pyspark but doesn’t code, just testing a built code. I was from Web […]
Introducing JPA and Hibernate
In the IT world linked to Java, especially in the IT consultancy, non-professionals often associate terms such as Hibernate, JPA, […]
Loading Initial Data with Spring Boot
With SpringBoot + Hibernate we can easily manage our database. By default, all classes marked with the @Entity annotation in […]
Extending Hibernate Dialects
Overview Spring Data JPA paired with Hibernate gives you a whole lot of power, just right out of the box. […]
Excluding Hibernate entities from auto-generation
Today I had to do something completely new with Hibernate, within the scope of a unit test. I had a […]
Implement Hibernate 2nd level Cache with Redis, Spring Boot, and Spring Data JPA
This blog post explains the process of implementing Redis Cache as Hibernate 2nd level cache using the Spring Boot, Spring […]
JPA goes even easier with its Buddy
So, Hello World… After almost a year of development, the first version of JPA Buddy has finally been released! This […]
- 1
- 2