OPENJPA-959 Show as being fixed in 2.0.0-M2

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@921009 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-03-09 17:49:06 +00:00
parent 470eb431c3
commit 9a9e0e7f39
2 changed files with 2 additions and 0 deletions

View File

@ -589,6 +589,7 @@ Sub-task
* [OPENJPA-937] - @AssociationOverride updates
* [OPENJPA-946] - Oracle create table(s) exceptions
* [OPENJPA-957] - Support lock timeout hint on applicable methods
* [OPENJPA-959] - Support lock mode on Query interface
* [OPENJPA-960] - Support unwrap methods on EntityManager and Query interfaces
* [OPENJPA-961] - Support projection of element collection from a JPQL query
* [OPENJPA-962] - Support the use of delimited-identifiers

View File

@ -810,6 +810,7 @@ in each release of OpenJPA.</P>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-931'>OPENJPA-931</a>] - Support derived identity (spec 2.4.1.2 Ex 5(a), 6 (a))</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-937'>OPENJPA-937</a>] - @AssociationOverride updates </li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-957'>OPENJPA-957</a>] - Support lock timeout hint on applicable methods</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-959'>OPENJPA-959</a>] - Support lock mode on Query interface</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-960'>OPENJPA-960</a>] - Support unwrap methods on EntityManager and Query interfaces</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-961'>OPENJPA-961</a>] - Support projection of element collection from a JPQL query</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-962'>OPENJPA-962</a>] - Support the use of delimited-identifiers</li>