Java 16 Records with JPA and jOOQ
Development
en / de
The new Java version 16 includes a new feature: Records
Java Persistence Done Right
Development
en
When it comes to accessing relational databases with Java, people usually think of two options: SQL or ORM
Introduction to Database Migrations with Spring Boot and Flyway
Development
en
If you are working with Spring Boot there are several ways to initialize the database.
How to JOIN two Entities without Mapped Relationship
Development
en
Often you don’t want to map all relationships in an entity model (a blog post about this topic in detail will follow).