File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Object Relational Mapping and the fly likes Hibernate plugin for WSAD Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Object Relational Mapping
Reply Bookmark "Hibernate plugin for WSAD" Watch "Hibernate plugin for WSAD" New topic
Author

Hibernate plugin for WSAD

Ghulam Rashid
Ranch Hand

Joined: Jan 14, 2002
Posts: 278
I am using Hibernate 3 on RAD 6.0. I am in the process of creating the POJO and corresponding mapping file and taking more time to do manually, I know there tools/plugin available which can automatically creates the POJO and mapping file rather than doing it manually.

Could anyone please suggest me plugin for this.

Thanks in advance
Scott Johnson
Ranch Hand

Joined: Aug 24, 2005
Posts: 518
Hiberclipse is an Eclipse plugin for generating Hibernate mappings.

I use Middlegen. It's not a plugin but it works well.
Ghulam Rashid
Ranch Hand

Joined: Jan 14, 2002
Posts: 278
Thanks Scott. I will explore these plugin.
 
 
subject: Hibernate plugin for WSAD
 
Threads others viewed
Auto Generate hbm.xml from POJO
Create POJO class from DataBase table
Hibernate - Generated POJO code
JBoss IDE 1.5 with Hibernate
hibernate plugins
MyEclipse, The Clear Choice