Hibernate tools 3.3.0.M4 and 3.3.0.CR1 What's New

< Main Index Maven Tools >


Source Editing


Properties editor for hibernate.properties

JBoss Tools Properties editor can be extended to recognize particular files by name and provides content assist with help hoover for available properties.

For hibernate.properties files editor shows available properties in 'Add/Edit property' dialog.

The same content assists works for source tab if you prefer use text editor to edit properties files.

Releated jira


Possibility to open orm.xml

"Open Mapping File" now also open orm.xml for JPA project if relevant for Hibernate JPA entity.

Releated jira


Code Generation


DDL generation dialog

In DDL generation dialog new option added to execute generated script in selected DB.

Releated jira


Mapping Diagram


Alphabetical sort in outline

'Outline' View for hibernate mapping diagram now has a toggle for alphabetical sorting. 'Sort' button was added to view's action bar.

Releated jira


Different connection routers

You can now select if you want the layout of the Mapping Diagram to use straight lines or routed lines.

Releated jira, one more


Hide/show Foreign key constraints

You can toggle wether "Foreign key constraints" are to be shown or not in the diagram.

Releated jira, one more


Dali Support


@Generated annotation

The JPA UI and validation has been extended to cover Hibernate @Generated annotation.

Releated jira


@Index

The JPA UI has been extended to cover Hibernate @Index annotation.

Releated jira


@ForeignKey

The JPA validation has been extended to cover Hibernate @ForeignKey annotation.

Releated jira


ConsoleConfiguration


Console Configuration view and life cycle

The console configuration view now listens to the Eclipse preferences concerning launch configurations. Allowing you to hide configurations that are associated with closed or missing projects. Similarly you can enable an option to delete the launch configuraiton if you delete the associated project.

Releated jira, one more


Refactoring

Naming strategy and Entity resolvers now get updated if you rename the classes.

Releated jira