HHH-7350 update the docs

This commit is contained in:
Strong Liu 2012-05-31 14:19:22 +08:00
parent 8509c08761
commit 99cd8455a1
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ public class Flight implements Serializable {
accident.</para> accident.</para>
</tip> </tip>
<para>Some entities are not mutable. They cannot be updated or deleted <para>Some entities are not mutable. They cannot be updated
by the application. This allows Hibernate to make some minor performance by the application. This allows Hibernate to make some minor performance
optimizations.. Use the <classname>@Immutable</classname> optimizations.. Use the <classname>@Immutable</classname>
annotation.</para> annotation.</para>