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.