HiberObjects

Download

Order

Forum

Vote for this plugin

Known Issues

Print

There is a very simple Print functionality implemented for the diagrams. The resulting output varies with different printers.

Saved Diagrams Still Dirty

Some times a diagram is still marked as dirty (*) after saving. This is an internal error, the diagram (and the whole project), is saved, but the editor isn't always updated.

Tags

Only one @hibernate tag can be used for each class or member.

Missing Popup Menus on the HiberObjects Icon

The HiberObjects menus Save, Save All and New > Package are not displayed on the HiberObjects icon before the icon is opened.

If no children are displayed under the HiberObjects icon, make sure you are using the Project Explorer view, not the Project Browser and not the Package Explorer.

Build Path Entries Missing

If library classes like junit.framework.TestCase or javax.persistence.Entity are missing from the project classpath, it may be because of invalid classpath variables.

Please open Project Properties, Java Build Path and the Libraries page, and check if any build path entries are missing. If this is the problem, the easiest solution is to fix the classpath variables manually. It is also possible (but cumbersome) to remove the invalid entries and classpath variables, and let HiberObjects create them again.

Ant Home Entries

JAR files from an objectgeneration plugin appeared in Ant Home Entries (Preferences - Ant - Runtime - Classpath). This is not set by HiberObjects explicitly, so I'm not sure if this is caused by a bug in HiberObjects or in Eclipse.

Change Platform

After changing platform between Hibernate and JPA, it may be necessary to do Save All to regenerate the <<Persistent>> classes and create/delete the .hbm.xml files.