Posts by GabrielSaliba • 1 point
1 post
-
0
votes1
answer199
viewsA: Insert data into related entity @Onetoone in Spring Boot(Jpa, Hibernate, Postgre)
Cascade is a bank persistence operation, it will save all entities related to your parent entity. https://www.devmedia.com.br/cascade-hibernate-conhecendo-diferentes-tipos/28892 As you are using…