Update Configurations.adoc - Typo org.hibernate.core

Missing trailing backtick after org.hibernate.core
This commit is contained in:
stonio 2017-01-23 14:57:27 +01:00 committed by GitHub
parent 28c1279eaf
commit 536a91dc78

View File

@ -746,7 +746,7 @@ This property can not be combined with `hibernate.ejb.interceptor`.
|`hibernate.jmx.agentId` | | The agent identifier of the associated `MBeanServer`.
|`hibernate.jmx.defaultDomain` | | The domain name of the associated `MBeanServer`.
|`hibernate.jmx.sessionFactoryName` | | The `SessionFactory` name appended to the object name the Manageable Bean is registered with. If null, the `hibernate.session_factory_name` configuration value is used.
|`org.hibernate.core | | The default object domain appended to the object name the Manageable Bean is registered with.
|`org.hibernate.core` | | The default object domain appended to the object name the Manageable Bean is registered with.
|===================================================================================================================================================================================================================================
[[configurations-jacc]]