diff --git a/reference/en/modules/configuration.xml b/reference/en/modules/configuration.xml
index 1bc77d7c23..cc0d57d9de 100644
--- a/reference/en/modules/configuration.xml
+++ b/reference/en/modules/configuration.xml
@@ -482,6 +482,19 @@ hibernate.dialect = \
+
+
+ hibernate.jdbc.factory_class
+
+
+ Select a custom Batcher. Most applications
+ will not need this configuration property.
+
+ eg.
+ classname.of.Batcher
+
+
+
hibernate.jdbc.use_scrollable_resultset
@@ -735,7 +748,7 @@ hibernate.dialect = \
If enabled, Hibernate will collect statistics useful for
- performance tuning.
+ performance tuning.
eg.
true | false
@@ -748,7 +761,7 @@ hibernate.dialect = \
If enabled, generated identifier properties will be
- reset to default values when objects are deleted.
+ reset to default values when objects are deleted.
eg.
true | false