Hibernate

Save Hibernate DDL schema to a file

In case you want to store a DDL script that creates a database in your Spring Boot project in a…

5 years ago

ManyToOne bidirectional association in Hibernate — common issues solved

This post covers issues that may occur when you map entities with ManyToOne bidirectional association. Read about mapping this relation while avoiding LazyInitializatinException,…

6 years ago

Show Hibernate SQL queries with values in Spring Boot

When debugging a hibernate related issue, it is useful to examine queries in the console. Check out how to print…

6 years ago