Administration Console Online Help

    Previous Next  Open TOC in new window 
Content starts here

Persistence Unit: General Configuration

Configuration Options     Related Tasks     Related Topics

This page shows the general attributes of a persistence unit.

Configuration Options

Name Description
Name

The name used to reference this given configuration.

MBean Attribute (Does not apply to application modules):
PersistenceUnitBean.Name

Changes take effect after you redeploy the module or restart the server.

Provider

The provider class to provide persistence services.

MBean Attribute (Does not apply to application modules):
PersistenceUnitBean.Provider

Changes take effect after you redeploy the module or restart the server.

Description

The description of this unit.

MBean Attribute (Does not apply to application modules):
PersistenceUnitBean.Description

Changes take effect after you redeploy the module or restart the server.

Transaction Type

The transaction type for the given entity manager.

MBean Attribute (Does not apply to application modules):
PersistenceUnitBean.TransactionType

Changes take effect after you redeploy the module or restart the server.

Data Cache Timeout
Default Schema Name
Vendor Properties

Additional implementation specific properties to store with this persistence unit.

MBean Attribute (Does not apply to application modules):
PersistenceUnitBean.Properties

Changes take effect after you redeploy the module or restart the server.

Name

The name of a property.

MBean Attribute (Does not apply to application modules):
PersistencePropertyBean.Name

Changes take effect after you redeploy the module or restart the server.

Value

The associated value.

MBean Attribute (Does not apply to application modules):
PersistencePropertyBean.Value

Changes take effect after you redeploy the module or restart the server.

Data Caches
Name

The name to identify this cache for metadata and runtime purposes.

MBean Attribute:
DataCacheBean.Name

Changes take effect after you redeploy the module or restart the server.

Type
Remote Commit Provider

Related Tasks

Related Topics


  Back to Top