[HHH-2487] Typo in "5.1.7. version (optional)"

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@12723 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Diego Plentz 2007-07-04 06:01:25 +00:00
parent e0399c33fa
commit 2f236d6416
1 changed files with 1 additions and 1 deletions

View File

@ -1376,7 +1376,7 @@
<para>
A version or timestamp property should never be null for a detached instance, so
Hibernate will detact any instance with a null version or timestamp as transient,
Hibernate will detect any instance with a null version or timestamp as transient,
no matter what other <literal>unsaved-value</literal> strategies are specified.
<emphasis>Declaring a nullable version or timestamp property is an easy way to avoid
any problems with transitive reattachment in Hibernate, especially useful for people