The Apache JDO project is pleased to announce a new release 3.2.

Java Data Objects (JDO) is a standard way to access persistent data in databases, using plain old Java objects (POJO) to represent persistent data.

JDO 3.2 can be obtained from the JDO download site:

http://db.apache.org/jdo/downloads.html.

JDO 3.2 has several new features, notably :

* New typesafe query API with generics
* Fluent query API allows chaining of query construction setters
* Support for Java "Time" and "Optional" fields in persistent classes and in queries * Additional operations in query language with support for bit operations and additional Math operations.
* PersistenceManager and Query support AutoCloseable
* Baseline JDK is now JDK 1.8

In addition, JDO 3.2 contains many bug and documentation fixes and improvements.

See the Release Notes of JDO 3.2 for details:
JDO 3.2: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12316653&styleName=Html&projectId=10630 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12316653&styleName=Html&projectId=10630>

Please try out this new release.


Reply via email to