blob: 5c28aebb8eab9480d5ea4982b27f6be7e3ac4002 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../new_and_noteworthy.xsl"?>
<release name="3.0 M7" 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 Java Persistence Tools">
<item title="JPQL Content Assist and Validation">
<description>
Dali is very excited to announce in-source and view based content assist and vaildation for JPQL queries!
With this new functionality your queries will be validated against JPQL syntax and your object model
as you build them! The standard Java Editor content assist can be used to auto-complete your JPQL.
<br />
<br />
<img src="jpt/JPQLCA1.png"
alt="JPQL Content Assist - Keywords" />
<br />
<br />
Dali also provides content assist for type and attribute values.
<br />
<br />
<img src="jpt/JPQLCA2.png"
alt="JPQL Content Assist - Attributes" />
<br />
<br />
Validation can help you spot broken queries while writing them, or after refactoring your object model.
<br />
<br />
<img src="jpt/JPQLValidation1.png"
alt="JPQL Validation" />
</description>
</item>
</component>
</release>