From 99cd8455a11006ea1f32e172652544461d8946e9 Mon Sep 17 00:00:00 2001 From: Strong Liu Date: Thu, 31 May 2012 14:19:22 +0800 Subject: [PATCH] HHH-7350 update the docs --- .../src/main/docbook/manual/en-US/content/basic_mapping.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/docbook/manual/en-US/content/basic_mapping.xml b/documentation/src/main/docbook/manual/en-US/content/basic_mapping.xml index 5a6ce34ccb..e4c27acac3 100644 --- a/documentation/src/main/docbook/manual/en-US/content/basic_mapping.xml +++ b/documentation/src/main/docbook/manual/en-US/content/basic_mapping.xml @@ -346,7 +346,7 @@ public class Flight implements Serializable { accident. - Some entities are not mutable. They cannot be updated or deleted + Some entities are not mutable. They cannot be updated by the application. This allows Hibernate to make some minor performance optimizations.. Use the @Immutable annotation.