mirror of https://github.com/apache/openjpa.git
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:
parent
a10f53323f
commit
5a014cc6cd
|
@ -793,6 +793,7 @@ Included Changes in OpenJPA 2.0.0 Milestone 1
|
||||||
Sub-task
|
Sub-task
|
||||||
--------
|
--------
|
||||||
* [OPENJPA-765] - Check for insertable or updateable before checking value for null
|
* [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-806] - Support Criteria API for JPA 2.0 - Iteration 1
|
||||||
* [OPENJPA-857] - Detect and store JPA version
|
* [OPENJPA-857] - Detect and store JPA version
|
||||||
* [OPENJPA-899] - Add support for JPA2.0 method Query.getHints()
|
* [OPENJPA-899] - Add support for JPA2.0 method Query.getHints()
|
||||||
|
|
|
@ -984,6 +984,7 @@ in each release of OpenJPA.</P>
|
||||||
<h4>Sub-task</h4>
|
<h4>Sub-task</h4>
|
||||||
<ul>
|
<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-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-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-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>
|
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-899'>OPENJPA-899</a>] - Add support for JPA2.0 method Query.getHints()</li>
|
||||||
|
|
Loading…
Reference in New Issue