Hi again,

I’m now using this approach to get the changed attribute values, which works 
fine. But once I start looking at relationship changes, things get complicated.
I do have the foreign key values in the DataRow snapshot, but manually 
resolving each relationship to objects is somewhat cumbersome. Is there some 
way I can resolve a relationship's value from the cached snapshot?

Cheers,
- hugi


> On 14. feb. 2017, at 16:18, Michael Gentry <mgen...@masslight.net> wrote:
> 
> Something similar to this?
> 
> https://gist.github.com/mrg/4dce22b67175c27f4047#file-cayenneutils-java-L149
> 
> It uses stdout since I was mainly using it as a debugging tool.
> 
> 
> On Tue, Feb 14, 2017 at 11:04 AM, Hugi Thordarson <h...@karlmenn.is> wrote:
> 
>> Hi all,
>> is there some easy way for me in Cayenne to get information (for example a
>> Map) about changes that have been made to a DataObject since it was fetched?
>> 
>> Cheers,
>> - hugi

Reply via email to