From hibernate-commits at lists.jboss.org Tue Feb 13 21:47:15 2007 Content-Type: multipart/mixed; boundary="===============7363909436443297283==" MIME-Version: 1.0 From: hibernate-commits at lists.jboss.org To: hibernate-commits at lists.jboss.org Subject: [hibernate-commits] Hibernate SVN: r11205 - branches/Branch_3_2/HibernateExt/annotations/doc/reference/en/modules. Date: Tue, 13 Feb 2007 21:47:15 -0500 Message-ID: --===============7363909436443297283== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: epbernard Date: 2007-02-13 21:47:15 -0500 (Tue, 13 Feb 2007) New Revision: 11205 Modified: branches/Branch_3_2/HibernateExt/annotations/doc/reference/en/modules/en= tity.xml Log: EJBTHREE-774 Modified: branches/Branch_3_2/HibernateExt/annotations/doc/reference/en/mod= ules/entity.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 --- branches/Branch_3_2/HibernateExt/annotations/doc/reference/en/modules/e= ntity.xml 2007-02-14 02:39:17 UTC (rev 11204) +++ branches/Branch_3_2/HibernateExt/annotations/doc/reference/en/modules/e= ntity.xml 2007-02-14 02:47:15 UTC (rev 11205) @@ -33,7 +33,7 @@ tests have been designed to represent a concrete example and be a inspiration source. = - + Declaring an entity bean = Every bound persistent POJO class is an entity bean and is @@ -108,7 +108,7 @@ about that. = - + Versioning for optimistic locking = You can add optimistic locking capability to an entity bean @@ -132,6 +132,11 @@ or a timestamp as per the EJB3 spec. Hibernate support any kind of type provided that you define and implement the appropriate UserVersionType. + + The application must not alter the version number set up + by Hibernate in any way. To artificially increase the version numb= er, + check in Hibernate Entity Manager's reference documentation + LockMode.WRITE = --===============7363909436443297283==--