Hello guys. I have a class Person that can have multiple addresses. An address is represented by an object Address and I have stored the addresses into a table address, in this table I keep a person id field too in order to retrieve the addresses of a Person object.
Now how do I declare in the repository.xml this kind of mapping because Address is a class that do not have a real identity, it is just a dependent object of the class Person Thanx in advance -- Kevin Viet <[EMAIL PROTECTED]> ActiVia Networks -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
