Posts by thantunes • 36 points
5 posts
-
0
votes1
answer508
viewsA: How to return validation errors of subobjects, attributes(objects), lists, to spring?
Oops, I have a simple solution for that. Write down your attribute as Valid. I hope it works! @Valid private Endereco endereco
-
0
votes1
answer177
viewsA: Post only the Manytomany relationship
Create this class (from the Join table) fill in the data you want and send it via Json. I think it is the easiest solution, but I do not know if it is the best. ....sua ClasseDaJoinTable private…
-
1
votes1
answer274
viewsA: Error inserting data with Spring
The problem is here oh ERROR: null value in column "id_company" violates not-null Constraint You have to provide this id to the company or use some kind of automatic generation in the bank. But I…
-
0
votes1
answer89
viewsA: How to mount a Json with Jackson having the model classes?
Hey, good night, man. Assemble all your answer (Onesignalrequestmodel) and send it with the command OnesignalRequestModel onesignalRequestModel = new OnesignalRequestModel(); .. sete os atributos…
-
1
votes1
answer158
viewsA: Insert object from a Linkedlist to a Linkedlist from another class
Good afternoon, I was a little confused about the explanation but I tried to spin on what you asked. It worked right here. Take a look at my classes and see if you can help with that. Ahhh I would…