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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...