Coffee with Thorben 2020-01-08 – DB Migration & Criteria SubQuery


Take your skills to the next level!

The Persistence Hub is the place to be for every Java developer. It gives you access to all my premium video courses, monthly Java Persistence News, monthly coding problems, and regular expert sessions.


to not miss any video.

Database Migration

You have various options to automate the creation and update of your database. You can use JPA’s schema generation feature or use version-based database migration tools, like Flyway and Liquibase. I explained all of them in great detail here on the blog. You can find links to all articles here: Database Migration.

Articles mentioned in the video:

Question of the Week

JPA Criteria for MAX id GROUP BY FOREIGN KEY in a ManyToMany relationship