Posts by Helder • 1 point
2 posts
-
0
votes2
answers154
viewsA: Inheritance persistence, one-to-one relationship and manual primary key
In the save method of each class I added a search for the number of assets within the equipment database. If the property was not inside the database the object would be persisted otherwise. Thanks…
-
0
votes2
answers154
viewsQ: Inheritance persistence, one-to-one relationship and manual primary key
I’m developing a heritage web project to finish my degree. I am using Java (IDE: Spring Tool Suite), Spring, Hibernate and Mysql. I’m having a data modeling problem that I’m having trouble solving:…