Administration Console Online Help
|
Field Map --> Configuration
Tasks Additional Documentation Attributes
Overview
A field map specifies a column in a database that populates a container-managed persistence field in a bean instance.
Tasks
Using the EJB Deployment Descriptor Editor
Additional Documentation
(Requires an Internet connection.)
Attributes
Attribute Label
|
Description
|
Value Constraints
|
CMPField
|
The name of a field in the bean instance that you want to populate from a database column. The field that you specify must have a cmp-field entry in the ejb-jar descriptor. This value is case sensitive.
Attribute: CMPField
|
Configurable: yes
Readable: yes
Writable: yes
|
DBMSColumn
|
The database column that populates the cmp field in the bean instance. WebLogic Server maintains the case of this value, though not all databases are case sensitive.
Attribute: DBMSColumn
|
Configurable: yes
Readable: yes
Writable: yes
|