mirror of https://github.com/apache/openjpa.git
OPENJPA-924 Show as being fixed in 2.0.0-beta2
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@920924 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f50f847e97
commit
1446c7148e
|
@ -183,6 +183,7 @@ Bug
|
|||
|
||||
Improvement
|
||||
-----------
|
||||
* [OPENJPA-924] - Cache Finder Query for performance enhancement
|
||||
* [OPENJPA-1475] - Performance improvement - don't call syncVersion() when no version is specified
|
||||
* [OPENJPA-1493] - Performance improvement in SelectImpl.getTableIndex() for JPQL without subselect
|
||||
* [OPENJPA-1502] - Improve msg for unrecognized EntityManager properties
|
||||
|
|
|
@ -259,6 +259,8 @@ in each release of OpenJPA.</P>
|
|||
|
||||
<h4>Improvement</h4>
|
||||
<ul>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-924'>OPENJPA-924</a>] - Cache Finder Query for performance enhancement
|
||||
</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1475'>OPENJPA-1475</a>] - Performance improvement - don't call syncVersion() when no version is specified
|
||||
</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1493'>OPENJPA-1493</a>] - Performance improvement in SelectImpl.getTableIndex() for JPQL without subselect
|
||||
|
|
Loading…
Reference in New Issue