Hi, I have a very special problem :-/ We want to use a cayenne object as detached object, for a simple object this works fine, as the attribute values are hosted in a value map, but we need a context when we want to use the relations too :-/
What would be the best approach? At the moment we create the object in a second context and copy the attributes / relations with reflection (deep copy) as we have a lot of this objects, creating context is very expensive and we want to reduce costs :-) br Markus
