About Question enthuware.oce-jpad.v6.2.430 :
Posted: Thu May 03, 2012 8:45 am
4th option
I beleave it should be CustomerInfo instead of ContactInfo
Code: Select all
@Entity
public class ContactInfo {
@OneToMany
private List<Address> addresses;
...
}