Posts by Thiago Porto • 1 point
1 post
-
0
votes3
answers514
viewsA: Error persisting data in JPA
You are probably trying to save the object (Throw) with the null person attribute. You must have mapped this attribute to not null (and/or created the not null column in the database), so the…