mirror of https://github.com/apache/openjpa.git
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:
parent
9b578759ab
commit
2ed0ca3621
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue