I am new to hibernate and jpa, I have to create 3 classes User, Client and Attribute that will be mapped to tables, the classes have the following properties:
User has: id, name, surname, password, many clients, many Attributes.
Clien...
asked by
07.11.2018 / 14:29