Posts by dream maker • 11 points
1 post
-
1
votes0
answers43
viewsQ: Update child without deleting record using JPA
I have an entity that has a list inside it. That list is the same type as her entity. Ex: public class Aluno(){ List<Pessoa> responsaveis = CollectionsBuilder.createDefaultArrayList(); } When…