Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Can I use eclipselink to get the differences between two objects?


Hi.

Lets say I have

Foo foo = new Foo(2);
Foo foo2 = new Foo(3);

Foo is an @Entity mapped by eclipselink.

Can I somehow use components of eclipselink to compare foo and foo2, and get a list of differences?

--

/Magnus Heino

Back to the top