Network Deployment (Distributed operating systems), v8.0 > Applications > EJB applications > Java Persistence API (JPA) architecture


JPA for WAS

Java Persistence API (JPA) 2.0 for WAS is built on the Apache OpenJPA 2.x open source project.

Apache OpenJPA and JPA for WAS

Apache OpenJPA is a compliant implementation of the Oracle JPA specification. Using OpenJPA as a base implementation, WAS employs extensions to provide additional features and utilities for WAS customers. Because JPA for WAS is built from OpenJPA, all OpenJPA function, extensions, and configurations are unaffected by the WAS extensions. You do not need to make changes to OpenJPA applications to use these applications in WAS.

JPA for WAS provides more than compatibility with OpenJPA. JPA for WAS contains a set of tools for application development and deployment. Other features of JPA for WAS include support for DB2 Optim pureQuery Runtime, DB2 optimizations, JPA Access Intent, enhanced tracing capabilities, command scripts, and translated message files. The provider of JPA for WAS is com.ibm.websphere.persistence.PersistenceProviderImpl.

Apache OpenJPA supports the use of properties to configure the persistent environment. JPA for WAS properties can be specified with either the openjpa or wsjpa prefix. We can mix the openjpa and wsjpa prefixes as you wish for a common set of properties. Exceptions to the rule are wsjpa specific configuration properties, which use the wsjpa prefix. When a JPA for WAS-specific property is used with the openjpa prefix, a warning message is logged indicating that the offending property is treated as a wsjpa property. The reverse does not hold true for the openjpa prefix. In that case, the offending property is ignored.
Task overview: Storing and retrieving persistent data with the JPA API
Configure the JPA default persistence provider
Apache OpenJPA User Guide: Configuration properties
IBM Optim pureQuery Runtime Concept topic

+

Search Tips   |   Advanced Search