[
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?
From
: "Magnus Heino" <
magnus@xxxxxxxxx
>
Date
: Tue, 10 Jun 2008 13:26:25 +0200
Delivered-to
: eclipselink-users@eclipse.org
Dkim-signature
: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:x-google-sender-auth; bh=Qnui0+J90mthjOd2Z1ErOSRgTx9dntvZujxfR8SqphU=; b=XNtTq96Y7Goyl+CXdcMlN0mRN0EYXOJepULcxj3Ymu0t+buBdmVFp0HeDg8tAmDJp7 PNJ/Aru1qRv03k4/xdOyW+DOhpMJNhnO506hB7DLVjG+FcMdRGZ+Jb+D0DCoynER03D7 k2dhOFbvA5BlWfEHfikRY1GhT1inLB76D7sAQ=
Domainkey-signature
: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :x-google-sender-auth; b=EUspWrHYgfE+CdU/nQNycExosVccXdGCF0UUjcDRzFTvlVwCJ6uC9Qp/1YOxJOOXKt XO9L5FWlSlYEuIs+cEcjbQfmAyVgInqAKSVuRqWNBj5uX5wRBp36bbGCwHra/dudfhlk XevPk1xDpavhZhc/Kp/gi80uiv2SoHhmMJ4n8=
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
Follow-Ups
:
Re: [eclipselink-users] Can I use eclipselink to get the differences between two objects?
From:
James Sutherland
Prev by Date:
Re: [eclipselink-users] eclipselink.jdbc.batch-writing
Next by Date:
Re: [eclipselink-users] Can I use eclipselink to get the differences between two objects?
Previous by thread:
[eclipselink-users] ClassCastException in Workbench in M8
Next by thread:
Re: [eclipselink-users] Can I use eclipselink to get the differences between two objects?
Index(es):
Date
Thread