diff --git a/entitymanager/src/main/docbook/en/modules/configuration.xml b/entitymanager/src/main/docbook/en/modules/configuration.xml
index aede8c8745..afe9df6395 100644
--- a/entitymanager/src/main/docbook/en/modules/configuration.xml
+++ b/entitymanager/src/main/docbook/en/modules/configuration.xml
@@ -685,12 +685,21 @@ EntityManagerFactory programmaticEmf =
hibernate.ejb.naming_strategy
- An optional naming strategy. The default naming strategy
- used is EJB3NamingStrategy. You also
- might want to consider the
+ An optional naming strategy. The class must have a no-arg
+ constructor. The default naming strategy used is
+ EJB3NamingStrategy. You also might want
+ to consider the
DefaultComponentSafeNamingStrategy.
+
+ hibernate.ejb.persister_class_provider
+
+ A optional PersisterClassProvider
+ implementation class name. The class must have a no-arg
+ constructor.
+
+
hibernate.ejb.event.<eventtype>