Skip to main content

Eclipse Web Tools Platform 3.0 M7
New and Noteworthy

Back

Dali JPA Tools

    An EclipseLink Platform has been added for M7. This includes persistence.xml editing support with EclipseLink options. Also included is integrated DDL Generation support. This support drops and creates tables using the user supplied libraries.

    EclispeLink Persistence XML Editor

Default design-time schema setting for Connection

    This feature provides an override for the Dali based schema name derived from the connection. This allows the end user to set a default design-time schema for their project, if Dali did not calculate the right default (which it cannot in some cases).

    Default Schema setting for Connection

XML Mapping File Creation Wizard

    Now you can generate an XML Mapping File at any time (not just during project creation). Just go to the New menu, and under JPA you'll see the Mapping File item.

    XML Mapping File wizard

New Entity Wizard

    A New Entity Wizard has been added to simplify the process of adding an Entity to your project from scratch. It handles adding the mapping info to a given mapping file, configuring fields, and other various settings.

    New Entity Wizard

    New Entity Wizard 2

Back to the top