1
I’m having some unforeseen events with Hibernate in my application.
I wonder if the implementations of annotations made in class java are taken to the database or processed only within the system, as I added the @NotNull in a field, and after Restart did not take this implementation to the bank.
My configuration of Hibernate is as update, and fields are normally added when modified.
I don’t understand why Hibernate did not automatically modify this in the bank, and led me to doubt whether those annotations are correct.
Thank you.