Administration Console Online Help

 Previous Next Contents Index  

 


Weblogic RDBMSBean --> Configuration

Tasks     Additional Documentation     Attributes

Overview

Represents a single entity bean that is managed by the WebLogic RDBMS CMP persistence type.

Tasks

Using the EJB Deployment Descriptor Editor

Additional Documentation

(Requires an Internet connection.)

Attributes

Attribute Label

Description

Value Constraints

EJBName

The name of the bean. The name must match the value of an ejb-name element that describes a cmp entity bean in the ejb-jar descriptor.

Attribute: EJBName

Configurable: yes

Readable: yes

Writable: yes

Pool Name

The name of the WebLogic JDBC connection pool that this bean uses for all database connectivity.

Attribute: PoolName

Configurable: yes

Readable: yes

Writable: yes

Data Source Name

The JNDI name of the WebLogic data source that this bean uses for all database connectivity.

Attribute: DataSourceName

Configurable: yes

Readable: yes

Writable: yes

Table Name

The fully qualified SQL name of the source table in the database. The user that you define for this bean's connection pool must have read and write privileges on this table, though not necessarily schema-modification privileges.

Attribute: TableName

Configurable: yes

Readable: yes

Writable: yes

EnableTunedUpdates

Determines the UPDATE behavior for EJB 1.1 CMP entity beans. If this value is "true", the CMP engine writes only modified fields to the database. If no fields have been changed, there is no database update. If this value is "false", the CMP engine writes all fields at the end of each transaction. The default value is True.

Attribute: EnableTunedUpdates

Default: true

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next