Coding

Apache OpenJPA – Java persistence project

Apache OpenJPA is a Java persistence project that can be used as a stand-alone POJO persistence layer or integrated into any Java EE compliant container and many other lightweight frameworks, such as Tomcat and Spring.

It is an object-relational mapping (ORM) solution which simplifies storing objects in databases.

This is free and open source software.

Key Features

  • Transparency – the existing application or the persistent domain model requires no change to upgrade from a single database to a distributed database environment.
  • Custom Distribution Policy – user application decides how the newly persistent instances be distributed across the database slices.
  • Heterogeneous Database – each slice can be configured independently with its own JDBC driver and other connection parameters
  • Parallel Execution – all database operations such as query, commit or flush operates in parallel across the database slices. The execution threading policy is configurable.
  • Distributed Query – queries are executed across all slices and the results are merged into a single list. The query result that includes ORDER BY clause are sorted correctly by merging results from each individual slice.
  • Targeted Query – target the query only to a subset of slices rather than all slices by setting a hint.
  • Distributed Transaction – the database slices participate in a global transaction provided each slice is configured with a XA-compliant JDBC driver, even when the persistence unit is configured for RESOURCE_LOCAL transaction.
  • Collocation Constraint.

Website: openjpa.apache.org
Support: Documentation
Developer: Apache Software Foundation
License: Apache License 2.0

Apache OpenJPA is written in Java. Learn Java with our recommended free books and free tutorials.


Related Software

Java Object-Relational Mapping Software
Hibernate ORMIdiomatic persistence for Java and relational databases
MyBatisPersistence framework with custom SQL and stored procedures
Apache CayenneProvides object-relational mapping (ORM) and remoting services
jOOQjOOQ Object Oriented Querying
DataNucleusSupports JDO and JPA API's for persistence
Apache OpenJPAJava persistence project
EbeanDesigned to be simpler to use and understand than JPA or JDO products
EclipseLinkPersistence solution addressing relational, XML, and database web services
PersismLightweight, auto discovery, autoconfiguration ORM

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments