Page 1 of 1

About Question enthuware.oce-jpad.v6.2.430 :

Posted: Thu May 03, 2012 8:45 am
by ETS User
4th option

Code: Select all

@Entity
public class ContactInfo {
    @OneToMany
    private List<Address> addresses;
    ...
}
I beleave it should be CustomerInfo instead of ContactInfo

Re: About Question enthuware.oce-jpad.v6.2.430 :

Posted: Thu May 03, 2012 4:42 pm
by admin
You are right. This has now been fixed.

thank you for your feedback!