+

Search Tips   |   Advanced Search

WAS persistence providers

Persistence providers are implementations of the Java Persistence API (JPA) specification and can be deployed in the Java EE compliant application server that supports JPA persistence.

The EJB 3.0 and later specifications require an application server container that supports the EJB 3.0 and later programming model must provide a JPA implementation. This is also referred to as a persistence provider.

The following persistence providers come bundled with the product:

If an explicit provider element is not specified in the persistence unit definitions, the application server will use the default persistence provider, relative to the required JPA specification.


Tasks


Subtopics


Related:

  • Java Persistence API (JPA) architecture
  • Use third-party persistence providers
  • IBM Optim pureQuery Runtime