Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Persistence Units

Column Display     Related Tasks     Related Topics

This table lists the persistence units defined for this module.

Persistence units are defined in persistence.xml. Persistence units define a repository for persisting Java objects. Your application specifies the name of the persistence unit to be used. An application or module can utilize different persistence implementations. If you are implementing the Oracle Kodo persistence implementation, then you can configure additional attributes in persistence-configuration.xml.

Both persistence.xml and persistence-configuration.xml can be configured at either the deployment or module level.

A module may contain one persistence.xml/persistence-configuration.xml pair that defines module-scoped persistence units. An EAR may contain multiple persistence-specific JAR files, each of which can contain a persistence.xml/persistence-configuration.xml pair.

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
Name

The name of this persistence unit.

Provider

The provider of this persistence unit.

Description

The description of this persistence unit.

Related Tasks

Related Topics


Back to Top