diff --git a/ant/docs/examples/native-cfg/.gitignore b/ant/docs/examples/configuration/.gitignore similarity index 100% rename from ant/docs/examples/native-cfg/.gitignore rename to ant/docs/examples/configuration/.gitignore diff --git a/ant/docs/examples/native-cfg/README.md b/ant/docs/examples/configuration/README.md similarity index 100% rename from ant/docs/examples/native-cfg/README.md rename to ant/docs/examples/configuration/README.md diff --git a/ant/docs/examples/native-cfg/build.xml b/ant/docs/examples/configuration/build.xml similarity index 96% rename from ant/docs/examples/native-cfg/build.xml rename to ant/docs/examples/configuration/build.xml index 5dae1a637f..7b559a7520 100644 --- a/ant/docs/examples/native-cfg/build.xml +++ b/ant/docs/examples/configuration/build.xml @@ -13,7 +13,7 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + diff --git a/ant/docs/reference-guide.md b/ant/docs/reference-guide.md index d47e3b9582..241297654f 100644 --- a/ant/docs/reference-guide.md +++ b/ant/docs/reference-guide.md @@ -215,10 +215,12 @@ Section 3 further down this guide will document in more detail the use of these As explained earlier, the reverse engineering and generation of artefacts with Hibernate Tools is based on a so-called configuration. We will detail the possibilities for these configurations in this section. -### 2.1 JDBC Configuration +### 2.1 Native Configuration + + ### 2.2 JPA Configuration -### 2.3 Native Configuration +### 2.3 JDBC Configuration ## 3. The Hibernate Tools Exporters \ No newline at end of file