When using the save
of Spring Data command to insert it into the table, am I required to annotate all fields in the template class with anotation @Column
?
If the fields I did not enter accept null, it would save the fields remaining as null?
If the fields I did not write do not accept nulls, it will not to work?