« Return to Thread: Can I use eclipselink to get the differences between two objects?

Can I use eclipselink to get the differences between two objects?

by Magnus Heino :: Rate this Message:

Reply to Author | View in Thread


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
_______________________________________________
eclipselink-users mailing list
eclipselink-users@...
https://dev.eclipse.org/mailman/listinfo/eclipselink-users

 « Return to Thread: Can I use eclipselink to get the differences between two objects?