Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Override the propertyChange method of AttributeChangeListener Class

It's already implemented in trunk (v. 2.3 not yet released):
a new method getOldValue is defined on ChangeRecord interface.

On 5/9/2011 6:35 AM, DTKCJ wrote:

Hi All,

I am trying to track changes, including the old and new values of changed
attributes of all my entities in a generic manner.

For this I want to override the propertyChange method of
AttributeChangeListener Class inorder to obtain the old and new value of an
attribute before it can be updated.

Looking forward to suggestions how this could be implemented.

Thanks in advance.
Tess


Back to the top