The problem is associations, especially to-many associations.
If I have a to-many association on a child entity, I set up
its DbRelationship on the child table, and use a flattened
relationship to access it. But then the modeler claims that
my relationship is read-only (presumably because i'm going
across a flattened relationship).
If I have a to-many association on a child entity, I set up
its DbRelationship on the child table, and use a flattened
relationship to access it. But then the modeler claims that
my relationship is read-only (presumably because i'm going
across a flattened relationship).
(This question goes to the Cayenne devs.)