One question! I if I don't have @NotNull at a field inside my entity class

One question!

I if I don’t have @NotNull at a field inside my entity class. Then when I try to update a field with an empty string. It will give me an error that the field is null.

Why does this occurs?

Version 4.4.1

Can you share the log/stacktrace?