Hibernate Tools
Edit Hibernate mappings, execute HQL queries and develop applications with Hibernate, a Java persistence and object-relational mapping framework.
Download Hibernate Tools 3.2.0.beta9 for EasyEclipse 1.2.2:
Hibernate tools provide:
- Mapping Editor: An editor for Hibernate XML mapping files, supporting auto-completion and syntax highlighting. It also supports semantic auto-completion for class names and property/field names, making it much more versatile than a normal XML editor.
- Console: The console is a new view in Eclipse. In addition to a tree overview of your console configurations, you also get an interactive view of your persistent classes and their relationships. The console allows you to execute HQL queries against your database and browse the result directly in Eclipse.
- Development Wizards: Several wizards are provided with the Hibernate Eclipse tools; you can use a wizard to quickly generate Hibernate configuration (cfg.xml) files, or you may even completely reverse engineer an existing database schema into POJO source files and Hibernate mapping files. The reverse engineering wizard supports customizable templates.
There are currently 5 comments for this plugin. You can review them and add more here.
Installing this plugin
This plugin is in the EasyEclipse Server Java distribution.
If you install this plugin on another EasyEclipse distribution, the dependent plugins Eclipse Web tools editors and Eclipse Java Development Tools must be present in the EasyEclipse distribution, or must be installed separately.
To use this plugin, you need Hibernate downloads.
Getting started
Help is available for this plugin, in the Help > Help Contents menu in EasyEclipse.
Under Hibernate Developer Guide > Tools Documentation > Ant and Eclipse Tools, you can find, in one document, a very complete user guide for the JBoss Hibernate Tool.
Useful links
- Hibernate Tools home
- Documentation
- Hibernate Tools provides support for the Hibernate framework.
Changelog
Changes in EasyEclipse 1.3.1:
- Initial release (with Hibernate Tools 3.2.0.GA).
- Initial release (with Hibernate Tools 3.2.0.beta9).
- Upgraded to Hibernate Tools 3.2.0.beta8.
- Upgraded to Hibernate Tools 3.2.0.beta6a.
- Upgraded to Hibernate Tools 3.2.0.beta7.
- Upgraded to Hibernate Tools 3.10.beta5.
- Initial release (with Hibernate Tools 3.1.0.beta4a).
Credits and License
Credits: JBoss Team, Max R. Andersen, David Channon, Marshall Culpepper
Copyright (c) 2002-2005 JBoss Inc. All rights reserved. JBoss is a registered trademark and servicemark of JBoss, Inc.
This plugin is licensed under the GNU Lesser General Public License 2.1 license.
The following additional license terms apply to software incorporated in the Hibernate tools:
antlr license v1.1
apache license v1.1
apache license v2.0
Sun Binary Code License Agreements for Connector, jaas, jdbc1_0 and jta - each has the same base license plus similar, but distinct supplementary license terms.
(25MB)
(25MB)
(25MB)
Anyone please explain me the steps to create Hibernate project in EasyEclipse 1.2.1.
I am using postgresql in my struts application i want to use hibernate in my app .if u have any tutorial for hibernate in easyeclipse .
Anyone please help
The plugin itself contains documentation, including a step-by-step guide to use it (not exactly a tutorial, but close).
Also I would suggest you to upgrade from 1.2.1 to 1.2.2. It shouldn’t take you more than a few seconds, doesn’t involve any risk, and will probably provide your more stuff, including help
Hi,
I have downloaded EasyEclipse Server Java distribution and installed it. I have instlled mysql & mysqlconnectorJ on my machine and I am trying to reverse engineer from the schema. I have added the driver jar file in the build path for the project. When I am using reverse engineer tool, I am getting an error. In the second screen in the wizard with heading “Configure Table Filters”, I am selecting a console configuration and database schemas window is not populated with any entries. When I hit the refresh button, I am getting a class not found error. It is complaining that it is not able to find the driver class. Error message is :
org.hibernate.console.HibernateConsoleRuntimeException: Problems while loading database driverclass (com.mysql.jdbc.Driver)
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
I am stuck! Any help will be greatly appreciated!
Thanks!
Thta was an inspiring post,
thanks ever so much for the tools download..
Anyway, thanks for the post