I have three classes, Person, Client and Address, being Client of Person's Child and Address by adding Person.
Follow Person:
@Entity
public abstract class Pessoa implements Serializable {
private static final long serialVersionUID = 1L;
@...
asked by
05.07.2017 / 19:53