Hi, What's the best way doing the following using ODMG: I have a class with various fields. The fields have simple types. The values of the fields are stored in two tables (like in the tutorial for mapping 1:1 associations).
But in the tutorial one object (Article) holds a reference to another object (ProductGroup) and this is what I DONT want. I want to get the values of the two tables (join) and map them to my object - I dont want and need a second class like in the tutorial. How do I have to modify the ClassDescriptor in the repository.xml for doing this ? Thanks Greetings Oliver --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
