ObjectDB 2.0.4
Released on 2011-01-11 (see other available releases).
Use of ObjectDB is subject to the ObjectDB Licence.
Changes in ObjectDB 2.0.4
- Added support for JTA and Java EE Containers (issue #8).
- Fixed a bug in indexing entity objects.
- Fixed a bug in fixing broken references in ObjectDB Doctor.
- Fixed a bug in modifying enhanced detached embedded objects.
- Fixed a spring transformer (LoadTimeWeaver) problem.
- Fixed a class loader issue when using GWT/Jetty.
- Fixed a bug in using fields of embedded primary key in JPQL queries.
See the full change log.
ObjectDB with Maven
To use ObjectDB in a Java Maven project add the ObjectDB repositpory and dependency to the pom.xml file.
Use Java 8 or above with the javax variant and Java 17 or above with the jakarta variant.
<repositories> ... <repository> <id>objectdb</id> <name>ObjectDB Repository</name> <url>https://m2.objectdb.com</url> </repository> ... </repositories> ... <dependencies> ... <dependency> <groupId>com.objectdb</groupId> <artifactId>objectdb</artifactId> <version>2.0.4</version> </dependency> ... </dependencies>
Maven files:
ObjectDB Development Kit
The ObjectDB Development Kit includes:
- The ObjectDB runtime JAR (available also on Maven).
- The GUI ObjectDB Explorer.
- Sample ObjectDB databases that you can open in the Explorer.
- Command line tools for running the ObjectDB Server and the ObjectDB Enhancer.
- A sample objectdb.conf configuration file.
- Source code of the Java / Jakarta Persistence API (JPA).
- JavaDoc of the Java / Jakarta Persistence API (JPA).
- The complete ObjectDB Manual in PDF format.