Turning on Hibernate logging

You probably need a unit test to better debug the issue.

Append org.hibernate.SQL:debug,org.hibernate.type:trace to the log.level global property, keep in mind it gets very verbose, might be tricky to locate the actual area in the logs you need to look at, this is why a unit test would be nice to have.

2 Likes