OPENJPA-802 Show as being fixed in 2.0.0-M1

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921020 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-03-09 18:04:16 +00:00
parent a10f53323f
commit 5a014cc6cd
2 changed files with 2 additions and 0 deletions

View File

@ -793,6 +793,7 @@ Included Changes in OpenJPA 2.0.0 Milestone 1
Sub-task
--------
* [OPENJPA-765] - Check for insertable or updateable before checking value for null
* [OPENJPA-802] - Support @OrderColumn annotation and XML-based definition
* [OPENJPA-806] - Support Criteria API for JPA 2.0 - Iteration 1
* [OPENJPA-857] - Detect and store JPA version
* [OPENJPA-899] - Add support for JPA2.0 method Query.getHints()

View File

@ -984,6 +984,7 @@ in each release of OpenJPA.</P>
<h4>Sub-task</h4>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-765'>OPENJPA-765</a>] - Check for insertable or updateable before checking value for null</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-802'>OPENJPA-802</a>] - Support @OrderColumn annotation and XML-based definition</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-806'>OPENJPA-806</a>] - Support Criteria API for JPA 2.0 - Iteration 1</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-857'>OPENJPA-857</a>] - Detect and store JPA version</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-899'>OPENJPA-899</a>] - Add support for JPA2.0 method Query.getHints()</li>