OPENJPA-1405 Show as being fixed in 2.0.0-beta

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920933 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-03-09 15:50:43 +00:00
parent 9b578759ab
commit 2ed0ca3621
2 changed files with 3 additions and 0 deletions

View File

@ -211,6 +211,7 @@ Sub-task
* [OPENJPA-1353] - Add legal info to the docs
* [OPENJPA-1358] - Support CacheRetrieve/StoreMode properties for find()/refresh() operation
* [OPENJPA-1404] - Add find method that accepts properties to entity manager
* [OPENJPA-1405] - Add refresh method that accepts properties to entity manager
* [OPENJPA-1453] - Add support for testing with final JPA 2.0 TCK
* [OPENJPA-1476] - Turn off QueryCache by default

View File

@ -312,6 +312,8 @@ in each release of OpenJPA.</P>
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1404'>OPENJPA-1404</a>] - Add find method that accepts properties to entity manager
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1405'>OPENJPA-1405</a>] - Add refresh method that accepts properties to entity manager
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1453'>OPENJPA-1453</a>] - Add support for testing with final JPA 2.0 TCK
</li>
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1476'>OPENJPA-1476</a>] - Turn off QueryCache by default