From 32a92baff46d9157ea61a83f8cfedc44bd287173 Mon Sep 17 00:00:00 2001 From: ArshSran <43150996+ArshSran@users.noreply.github.com> Date: Sat, 3 Nov 2018 13:53:44 -0600 Subject: [PATCH] Hibernate tools (#20830) --- guide/english/hibernate/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guide/english/hibernate/index.md b/guide/english/hibernate/index.md index bf6666aeea..5b62e0ae9d 100644 --- a/guide/english/hibernate/index.md +++ b/guide/english/hibernate/index.md @@ -14,5 +14,8 @@ In hibernate there are some important files that must be present : * **class-name.hbm.xml** : This contains table and colums structure details +## Hibernate Tools +Hibernate Tools is a toolset for Hibernate implemented as an integrated suite of Eclipse plugins, together with a unified Ant task for integration into the build cycle. Hibernate Tools is a core component of JBoss Tools and hence also part of JBoss Developer Studio. + #### More Information: For documentation and downloads, visit [Hibernate's Official Site](https://hibernate.org)