Posts by Adelson Agostinho • 1 point
1 post
-
0
votes1
answer199
viewsQ: Insert data into related entity @Onetoone in Spring Boot(Jpa, Hibernate, Postgre)
I have a one-dimensional relationship (1:1) where the contract has a tenant. Class User @Table(name="TB_USER") @Inheritance(strategy = InheritanceType.JOINED) public class User implements…