-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Milestone
Description
The database mapping does not change the database schema but neither checks if it is appropriate to represent the information to be written in the database. Hibernate provides an option for validation. This can discover issues that only occur at runtime otherwise.
Read the Hibernate documentation about the option, enable it, and fix found issues.