blob: 3b89bda0fca4a71598e2e36f2106435e7aa192fa [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../new_and_noteworthy.xsl"?>
<release name="2.0 RC0" root="../../..">
<!--
<component name="component name, such as JavaEE 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 of the UI</description>
</item>
</component>
-->
<component name="Dali JPA Tools">
<item title="New JPA Project Configuration">
<description>
New Project configuration options have been added for M7
including the ability to choose between a server runtime implementation
or a user defined implementation library. Also included is a Persistent
Class Management section which controls how Dali handles the inclusion
of Entities in a Persistent Unit. In general, if you are using a container
that supports discovering Entities then you can select the "Discover annotated
classes automatically". If you are outside the container, you can choose,
Annotated classes must be listed in persistence.xml". This is the safest
option if you are not sure which is right, since it should work for both
cases.
<br />
<br />
<img src="jpt/JPAFacet.png"
alt="JPA Facet Config" />
<br />
</description>
</item>
<item title="JPA Annotation Value Code Completion">
<description>
The ability to use code complete inside JPA Annotations has been
added in M7. This functionality works for most places where table
and column names are specified in annotations, as well as choices for
mappedBy.
<br />
<br />
Here is an example of table completion:
<br />
<br />
<img src="jpt/TableCompletion.png"
alt="Table Completion" />
<br />
<br />
Here is an example of column name completion:
<br />
<br />
<img src="jpt/ColumnCompletion.png"
alt="Column Completion" />
<br />
</description>
</item>
<item title="XML Descriptor Support">
<description>
The ability to add Persistent Types (Entities, etc) to the ORM XML has been added
in this milestone. In addition, the ability to add non-default mappings
has also been added. Right-click in the JPA Structure view tree to see these
options.
<br />
<br />
<img src="jpt/AddPersistentTypeXML.png"
alt="Add Persistent Type Dialog" />
<br />
</description>
</item>
<item title="New Mapping Options">
<description>
New mapping options have been added, including support for cascade on appropriate
mapping types. In addition to the new options, the UI forms have been
refined.
<br />
<br />
<img src="jpt/OneToMany.png"
alt="One to Many Mapping" />
<br />
</description>
</item>
</component>
</release>