diff --git a/server_installation/topics/database/hibernate.adoc b/server_installation/topics/database/hibernate.adoc index ef23845f93..12dcc165e0 100644 --- a/server_installation/topics/database/hibernate.adoc +++ b/server_installation/topics/database/hibernate.adoc @@ -1,23 +1,25 @@ === Database Configuration -The configuration for this component lies in the `standalone.xml`, `standalone-ha.xml`, or `domain.xml` file -in your distribution. The location of this file -depends on your <>. +The configuration for this component is found in the `standalone.xml`, `standalone-ha.xml`, or `domain.xml` file in your distribution. The location of this file depends on your <>. .Database Config [source,xml] ---- - - - - - - - - - - + + ... + + + + + + + + + + + ... + ---- Possible configuration options are: @@ -55,3 +57,4 @@ schema:: Specify the database schema to use NOTE: These configuration switches and more are described in the link:{{book.appserver.jpa.link}}[_{{book.appserver.jpa.name}}_]. +