I primarily utilise Spring Data JPA and Java with Spring Boot.
There are two Tables, A and B, in an existing database, with B having a foreign key referring to A.
I have the 2 entities in my code.Preformatted text
@Ta…... There are two tables, A and B, in an existing database...my code. Preformatted text @Table (schema = “TEST”, name = “A”)...