Tuesday, August 11, 2009

eclipse booster plugin: Easy Hibernate mapping generation!

Eclipse Booster Plugin is an Open Source Hibernate mapping generator that supports mapping of relationships, inheritance hierarchies, and collection type attributes. Booster Plugin uses application model classes to obtain data and generate code, so generating an Hibernate mapping file it's really easy:

Step 1: Code your application's Java model classes


Step 2: Create a project configuration





Step 3: Select the class you want to map and attributes to persist




Step 4: That's all!

You can download it from google code: http://code.google.com/p/hexacta-booster/downloads/list

Enjoy!


No comments:

Post a Comment