diff --git a/openjpa-project/src/doc/manual/ref_guide_conf.xml b/openjpa-project/src/doc/manual/ref_guide_conf.xml
index 7c11cb453..82b4ac0ba 100644
--- a/openjpa-project/src/doc/manual/ref_guide_conf.xml
+++ b/openjpa-project/src/doc/manual/ref_guide_conf.xml
@@ -2801,6 +2801,44 @@ mutable second class objects. See
for details.
+
+
+
+ openjpa.PostLoadOnMerge
+
+
+
+ PostLoadOnMerge
+
+
+
+ Property name:
+ openjpa.PostLoadOnMerge
+
+
+ Configuration API:
+
+
+ org.apache.openjpa.conf.OpenJPAConfiguration.getPostLoadOnMerge
+
+
+
+ Resource adaptor config-property:
+ PostLoadOnMerge
+
+
+ Default: false
+
+
+ Description: Whether the OpenJPA runtime will
+ trigger a PostLoad lifecycle event for EntityManager#merge(). If you enable this
+ option, OpenJPA will also ensure that the whole entity from the database will
+ get passed to the PostLoad entity listener.
+
+
+
+
+