Administration Console Online Help

 Previous Next Contents Index  

 


Column Map

Represents a mapping in a database table from a foreign key column to a corresponding primary key column. The two columns can be in different tables.

For more information, see Programming WebLogic Enterprise Java Beans in Programming WebLogic Enterprise JavaBeans

Tasks

Using the EJB Deployment Descriptor Editor

Attributes

Attribute Label

Description

Value Constraints

Foreign Key Column

Specifies the column of a foreign key in the database.

Attribute: ForeignKeyColumn

Configurable: yes

Readable: yes

Writable: yes

Key Column

Specifies the column of a primary key in the database.

Attribute: KeyColumn

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next