Blog

[EN] Modern schema management with Hibernate 7 and Jakarta Persistence
[EN] Modern schema …

Now that we have understood the architecture and the lifecycle, we now move on to the practical implementation. In the modern Java world – especially with Spring Boot 3.4+ – a lot of things are “convention over configuration”. But if you blindly rely on defaults, you will build up technical debt …

[EN] Hibernate 7 Architecture: Repositories, Transactions and the Entity Lifecycle
[EN] Hibernate 7 …

In the first part we clarified why Hibernate will still be the benchmark for Java developers in 2026. But if you only see Hibernate as a pure SQL generator, sooner or later you will stumble upon unexpected behavior. To truly master Hibernate 7, we need to look under the hood and understand how the …

[EN] Hibernate 7 & Jakarta Persistence 3.2: The modern stack for Java developers
[EN] Hibernate 7 & …

Hello everyone, since I’m currently dealing with a migration from Hibernate 6 to Hibernate 7, I thought I would write a multi-part article series on the topic. This is the first article in a series and deals with the absolute basics.