I have same-named field (int phone;) both in my entity class and in the embedded class. As per JPA Specification I shall use @AttributeOverrides in
int phone;
@AttributeOverrides