mirror of https://github.com/apache/openjpa.git
release notes and changes udpates based on feedback from Kevin and Pinaki.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@932706 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f43015857b
commit
32a6052ac7
|
@ -58,7 +58,6 @@ Overview
|
||||||
* Metamodel API -
|
* Metamodel API -
|
||||||
** Provides API to dynamically retrieve metamodel information for a
|
** Provides API to dynamically retrieve metamodel information for a
|
||||||
persistence unit
|
persistence unit
|
||||||
** Currently limited to persistent state and relationships
|
|
||||||
** Used with Criteria API to generate and execute type safe queries
|
** Used with Criteria API to generate and execute type safe queries
|
||||||
** Supports dynamic or static generation of the metamodel
|
** Supports dynamic or static generation of the metamodel
|
||||||
* Criteria API -
|
* Criteria API -
|
||||||
|
@ -70,15 +69,15 @@ Overview
|
||||||
and Metamodel APIs
|
and Metamodel APIs
|
||||||
* EntityManager API - updated for new Query and Query Result APIs, Hints,
|
* EntityManager API - updated for new Query and Query Result APIs, Hints,
|
||||||
Properties, LockModeType, and Detach
|
Properties, LockModeType, and Detach
|
||||||
|
* OSGi - support for the Persistence Unit Service Specification 1.0 in
|
||||||
|
the OSGi Service Platform Release 4 Enterprise Version 4.2 specifications
|
||||||
|
has been provided by integration with the Apache Aries JPA module
|
||||||
* And many more...
|
* And many more...
|
||||||
|
|
||||||
This distribution is based upon the contributions provided in all of the
|
This distribution is based upon the contributions provided in all of the
|
||||||
development iterations for 2.0, as defined in the JPA 2.0 Roadmap:
|
development iterations for 2.0, as defined in the JPA 2.0 Roadmap:
|
||||||
http://openjpa.apache.org/jpa-20-roadmap.html
|
http://openjpa.apache.org/jpa-20-roadmap.html
|
||||||
|
|
||||||
The JPA 2.0 Roadmap contains a complete list of implemented features and
|
|
||||||
feature summaries, including what is on deck for future iterations.
|
|
||||||
|
|
||||||
Additional information on the OpenJPA project may be found at the project
|
Additional information on the OpenJPA project may be found at the project
|
||||||
web site:
|
web site:
|
||||||
http://openjpa.apache.org
|
http://openjpa.apache.org
|
||||||
|
@ -128,7 +127,8 @@ Notices
|
||||||
Prerequisites
|
Prerequisites
|
||||||
-------------
|
-------------
|
||||||
In normal usage, OpenJPA requires Java SE 5 or higher and a relational
|
In normal usage, OpenJPA requires Java SE 5 or higher and a relational
|
||||||
database of some sort.
|
database of some sort. The metamodel generation and annotation processing
|
||||||
|
features require Java SE 6 or higher.
|
||||||
|
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
|
|
|
@ -109,9 +109,6 @@
|
||||||
Provides API to dynamically retrieve metamodel information for a
|
Provides API to dynamically retrieve metamodel information for a
|
||||||
persistence unit
|
persistence unit
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
Currently limited to persistent state and relationships
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
Used with Criteria API to generate and execute type safe queries
|
Used with Criteria API to generate and execute type safe queries
|
||||||
</li>
|
</li>
|
||||||
|
@ -141,6 +138,11 @@
|
||||||
EntityManager API - updated for new Query and Query Result APIs, Hints,
|
EntityManager API - updated for new Query and Query Result APIs, Hints,
|
||||||
Properties, LockModeType, and Detach
|
Properties, LockModeType, and Detach
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
OSGi - support for the Persistence Unit Service Specification 1.0 in
|
||||||
|
the OSGi Service Platform Release 4 Enterprise Version 4.2 specifications
|
||||||
|
has been provided by integration with the Apache Aries JPA module
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
And many more...
|
And many more...
|
||||||
</li>
|
</li>
|
||||||
|
@ -151,14 +153,13 @@
|
||||||
development iterations for 2.0, as defined in the JPA 2.0 Roadmap at:
|
development iterations for 2.0, as defined in the JPA 2.0 Roadmap at:
|
||||||
<a href="http://openjpa.apache.org/jpa-20-roadmap.html">http://openjpa.apache.org/jpa-20-roadmap.html</a></p>
|
<a href="http://openjpa.apache.org/jpa-20-roadmap.html">http://openjpa.apache.org/jpa-20-roadmap.html</a></p>
|
||||||
|
|
||||||
<p>The JPA 2.0 Roadmap contains a complete list of implemented features and
|
|
||||||
feature summaries, including what is on deck for future iterations.</p>
|
|
||||||
|
|
||||||
<p>Additional information on the OpenJPA project may be found at the project web site: <a href="http://openjpa.apache.org">http://openjpa.apache.org</a></p>
|
<p>Additional information on the OpenJPA project may be found at the project web site: <a href="http://openjpa.apache.org">http://openjpa.apache.org</a></p>
|
||||||
|
|
||||||
<h2><a name="Prerequisites"></a>Prerequisites</h2>
|
<h2><a name="Prerequisites"></a>Prerequisites</h2>
|
||||||
<P>In normal usage, OpenJPA requires Java 5 or higher and a relational
|
<P>In normal usage, OpenJPA requires Java 5 or higher and a relational
|
||||||
database of some sort.</p>
|
database of some sort. The metamodel generation and annotation processing
|
||||||
|
features require Java SE 6 or higher.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2><a name="Documentation"></a>Documentation</h2>
|
<h2><a name="Documentation"></a>Documentation</h2>
|
||||||
<p>If you have questions about OpenJPA, a good source of information is the
|
<p>If you have questions about OpenJPA, a good source of information is the
|
||||||
|
|
Loading…
Reference in New Issue