News

Get started modeling entities and relationships for Java data persistence, using an example application based on Java 21 with Hibernate 6.3.
In this article, we describe our modularization and transaction management approach with Spring and Hibernate. Similar to the OSGi JPA Service Specification and JDBC, it allows each persistent module ...
The key to successful Hibernate transaction management is the JPA EntityManager. It's the only JPA component that can start transactions, commit transactions and hook into Hibernate transactions that ...
Java persistence with Spring Data Want to keep going? Watch for the next tutorial in the Java persistence series, introducing Spring Data as an alternative to Hibernate for JPA.