Hibernate tools (#20830)

This commit is contained in:
ArshSran
2018-11-03 13:53:44 -06:00
committed by Christopher McCormack
parent 78b8928b2c
commit 32a92baff4

View File

@ -14,5 +14,8 @@ In hibernate there are some important files that must be present :
* **class-name.hbm.xml** * **class-name.hbm.xml**
: This contains table and colums structure details : 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: #### More Information:
For documentation and downloads, visit [Hibernate's Official Site](https://hibernate.org) For documentation and downloads, visit [Hibernate's Official Site](https://hibernate.org)