mirror of https://github.com/apache/openjpa.git
OPENJPA-806 Show as being fixed in 2.0.0-M1
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921019 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1104ca0fd9
commit
a10f53323f
|
@ -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-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()
|
||||
* [OPENJPA-900] - Add support for JPA2.0 method Query.getSupportedHints()
|
||||
|
|
|
@ -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-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>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-900'>OPENJPA-900</a>] - Add support for JPA2.0 method Query.getSupportedHints()</li>
|
||||
|
|
Loading…
Reference in New Issue