+

Search Tips   |   Advanced Search

Use third-party persistence providers


Java Persistence API (JPA) for WAS allows users to specify third-party persistence providers in their appserver environment.

Java EE applications that use JPA functions can employ third-party persistence providers other than those that are included with the appserver. Applications can also specify an Apache OpenJPA provider that is other than the version that is included with the appserver. There are two basic means to incorporate third-party providers into an application:

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

 

 

Related tasks


Set the Java Persistence API (JPA) default persistence provider
Create shared libraries
Set class loaders of a server
Set Persistence Provider support in the appserver