Skip to:
In the AvailableSettings interface, the hibernate.order_updates configuration property is defined in plural form.
AvailableSettings
hibernate.order_updates
However, in the following 3 files of the documentation, it's used in singular form as hibernate.order_update:
hibernate.order_update
Batching.adoc line 28
Batching.adoc
bootstrap.xml line 790
bootstrap.xml
Batching.xml line 66
Batching.xml
These might be misleading.
Applied the PR on master, 5.1, and 5.0.
https://github.com/hibernate/hibernate-orm/pull/1378
In the
AvailableSettings
interface, thehibernate.order_updates
configuration property is defined in plural form.However, in the following 3 files of the documentation, it's used in singular form as
hibernate.order_update
:Batching.adoc
line 28bootstrap.xml
line 790Batching.xml
line 66These might be misleading.