Relative Content

Tag Archive for spring-boothibernate

Hibernate log inside stdout

I’m facing an issue with a Spring Boot 3.2.3 application using Hibernate 6.4.4, Logback, and an Oracle database (ojdbc10). I’m trying to disable the logging of Hibernate queries to the standard output.

One to many relationship to the same table

I’m trying to define tree structure in the database. It’s about certain groupings of services. This means that a group can have a parent if it is a subnode, otherwise it has no parent. The services have a certain group stored as a foreign key, but this is probably irrelevant to the question.