Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Persistence Unit: Advanced Configuration

Configuration Options     Related Tasks     Related Topics

This page shows the advanced attributes of a persistence unit.

This page also allows you to create and configure DB Dictionaries and Query Caches.

DB Dictionaries

The following considerations apply to DB Dictionaries:

Note:
Only one DB Dictionary can be defined per module.

Query Caches

The following considerations apply to Query Caches:

Note:
You can define multiple Query Caches per module.

Configuration Options

Name Description
Transaction Isolation

The name ofthe JDBC transaction isolation level to use. "default" indicates to use the JDBC driver's default level.

Connection Retain Mode

Controls when connections are pulled from the connection pool.

Lock Timeout

The number of milliseconds to wait for an object lock before throwing an exception, or -1 for no limit.

Schema Names

A list of schemas and/or tables you are using for persistent class tables.

DB Dictionaries

DB Dictionaries

Query Caches

This is a Kodo plugin. default subtype: DefaultQueryCacheBean

Related Tasks

Related Topics


Back to Top