Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] ObjectChangeSet old value

Hi,

is there any way to get the old value of an entity? I tried
unitOfWork.getUnitOfWorkChangeSet(), but only the new value is stored
inside.

What I'm trying to do is a change log which records all changes as 'property
xyz changed from a to b'.

--
Regards,
Mathias



Back to the top