Network Deployment (Distributed operating systems), v8.0 > Administer applications and their environment > Administer EJB applications > Administer applications that use the Java Persistence API > Configure JPA to work in the environment > Configure persistence provider support in the application server > Configure the JPA default persistence provider


Use third-party persistence providers

Java Persistence API (JPA) for WAS supports third-party persistence providers in their application server environment.

Java EE applications that use JPA functions can employ third-party persistence providers other than the providers that are included with the application server. Applications can also specify an Apache OpenJPA provider that is a different version than what is included with the application server, as long as the same version of the JPA specification is supported.

There are two basic means to incorporate third-party providers into an application:

Depending on your requirements, you can embed a persistence provider inside an application, or place the persistence provider into a shared library.


Procedure


Configure the JPA default persistence provider
Create shared libraries
Configure class loaders of a server
Use HPEL to troubleshoot applications
Configure persistence provider support in the application server

+

Search Tips   |   Advanced Search