From hibernate-commits at lists.jboss.org Mon Sep 20 09:44:04 2010 Content-Type: multipart/mixed; boundary="===============3346260211282378110==" MIME-Version: 1.0 From: hibernate-commits at lists.jboss.org To: hibernate-commits at lists.jboss.org Subject: [hibernate-commits] Hibernate SVN: r20665 - core/trunk/documentation/quickstart/src/main/docbook/en-US/content. Date: Mon, 20 Sep 2010 09:44:04 -0400 Message-ID: <201009201344.o8KDi4UP027822@svn01.web.mwc.hst.phx2.redhat.com> --===============3346260211282378110== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: adamw Date: 2010-09-20 09:44:04 -0400 (Mon, 20 Sep 2010) New Revision: 20665 Modified: core/trunk/documentation/quickstart/src/main/docbook/en-US/content/tutor= ial_envers.xml Log: Minor corrections to the tutorial Modified: core/trunk/documentation/quickstart/src/main/docbook/en-US/conten= t/tutorial_envers.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- core/trunk/documentation/quickstart/src/main/docbook/en-US/content/tuto= rial_envers.xml 2010-09-20 10:52:52 UTC (rev 20664) +++ core/trunk/documentation/quickstart/src/main/docbook/en-US/content/tuto= rial_envers.xml 2010-09-20 13:44:04 UTC (rev 20665) @@ -25,7 +25,7 @@ This file was discussed in the JPA tutorial, = and is largely the same here. The major difference is the set of properties defining listeners. - Essentially this enables envers to recieve notfications from H= ibernate processing of certain + Essentially this enables Envers to recieve notfications from H= ibernate processing of certain events such as an enti= ty being saved or updated. @@ -43,7 +43,7 @@ Example code Again, this tutorial makes use of the JPA API= s. However, the code also makes a - revision to one of the entites and then uses the Envers API to= pull back the initial revision + change to one of the entites and then uses the Envers API to p= ull back the initial revision (version) as well as the updated revision. @@ -63,7 +63,7 @@ javax.persistence.EntityManager. - Then the find methid is used to retri= eve specific revisions of the entity. The + Then the find method is used to retri= eve specific revisions of the entity. The first call reads "find revision number 1 of Event with id 2". = The second call reads "find revision number 2 of Event with id 2". --===============3346260211282378110==--