why is CollectionVia readonly?

Posts   
 
    
znk
User
Posts: 2
Joined: 12-Jan-2006
# Posted on: 19-Jun-2008 22:18:39   

I'm using adapter with version 2.5

Having trouble finding info on this. Seems the keywords I use are either to short or return nothing. But I remember reading something about it at some point.

What I would like to know is what is the reasoning behind having m:n collections readonly. What kind of issues would I be faced with if I extended an entity class to fetch the related entity collection and allow updates and everything?

for example. Individual -- IndividualAdress --Address

Thx.

Walaa avatar
Walaa
Support Team
Posts: 14994
Joined: 21-Aug-2005
# Posted on: 20-Jun-2008 10:46:33   
znk
User
Posts: 2
Joined: 12-Jan-2006
# Posted on: 20-Jun-2008 17:03:21   

Thank you. I got the info I needed from these threads.