Hi to all!

I have a class Address like this

public class Address {
  Private String address;
  Private String zip;
  ......
}


and a class Client like this
 
public class Client {
 ...
 Private Address adress1;
 Private Address adress2;
....
}

How can i map class Client on repository_user.xml to a table Person?
The table Person has the fields for address1 and address2 and for the Client. 




-- 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to