Posts by Eduardo Rib • 11 points
2 posts
-
0
votes1
answer371
viewsQ: Table relationship - Spring Boot Hibernate: Error accessing field [private int
Good morning everyone! I am having problems in the relationship of entities in the api, the bank was created correctly by Spring as can be seen below: Relationship Manytomany in trip table: @Id…
-
-1
votes2
answers523
viewsQ: A phone chart for each customer or just one for all customers?
Currently in college we learn like this: It has a client entity, this client has its attributes and one of them is the phone, I want it to be possible to register several phones, we create a single…