Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hibernate Eclipse Plugin

Can anyone suggest me a good eclipse plug-in for Hibernate. The plug in should take care of generation of POJO classes, hbm mapping files. Also provide a nice interface to execute HQL queries. Any help would be highly appreciated. Regards, Nitin Ware

like image 393
Nitin Ware Avatar asked Jul 16 '10 04:07

Nitin Ware


2 Answers

The Hibernate guys provides such a plugin for Eclipse part of the Hibernate Tools. It supports Reverse Engineering from an existing database to generate entities and mapping files and offers an HQL Editor and a Criteria Editor. From the official website:

Console: The Hibernate Console perspective allows you to configure database connections, provides visualization of classes and their relationships and allows you to execute HQL queries interactively against your database and browse the query results.

alt text

Reverse Engineering: The most powerful feature of Hibernate Tools is a database reverse engineering tool that can generate domain model classes and Hibernate mapping files, annotated EJB3 entity beans, HTML documentation or even an entire JBoss Seam application in seconds!

like image 173
Pascal Thivent Avatar answered Oct 20 '22 19:10

Pascal Thivent


I think the most popular is http://marketplace.eclipse.org/content/hibernate-tools

like image 28
Jano González Avatar answered Oct 20 '22 17:10

Jano González