How about in your Client Entity

public class Client {
  |    private Address address;
  |    ...
  |    public Client() {
  |       address = new Address();
  |    }
  | 
  |    // Getters and Setters
  | }

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961241#3961241

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961241
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to