blob: 2b39342b5b28758a099fd318aac495e5ee40fa93 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../new_and_noteworthy.xsl"?>
<release name="3.1 M3" root="../../..">
<!--
<component name="component name, such as JPA Tools">
<item title="item title can go here">
<title>item title can also go here</title>
<description>description of this new feature, preferably with cropped .pngs (800px wide or less) of the UI</description>
</item>
</component>
-->
<component name="Dali JPA Tools">
<item title="Support for Multiple XML Mapping Files">
<description>
Dali now supports mapping configuration with multiple XML mapping files. In addition,
mapping files can now be user named.
<br />
<br />
<img src="jpt/multiple_orm_xml.png"
alt="Multiple mapping files" />
</description>
</item>
<item title="New EclipseLink Entity and Attribute Mapping Options">
<description>
The following Entity configuration options can now be configured via
Dali: Read-only, Customizer, and Change Tracking. In addition, Mutable and Join Fetch
can be configured on the appropriate attribute mappings.
<br />
<br />
<img src="jpt/eclipselink_type_options.png"
alt="EclipseLink Type options" />
</description>
</item>
<item title="EclipseLink Converter Support">
<description>
UI support for EclipseLink Converters has been added, allowing easy persistence
of user-defined types or facilitating custom conversion behavior. Converters can be
defined at the Type or Attribute level.
<br />
<br />
<img src="jpt/eclipselink_converters.png"
alt="EclipseLink converters" />
<br />
<br />
Select from a repository of globally defined converters in the attribute mapping.
<br />
<br />
<img src="jpt/eclipselink_converters2.png"
alt="EclipseLink converters" />
</description>
</item>
</component>
</release>