CMP Column Properties dialog box

This is a feature of JBuilder Enterprise.

The CMP Column Properties dialog box lets you set and modify the container-managed persistence (CMP) properties for a column in your schema.

To display the CMP Table Properties dialog,

  1. In the EJB Designer, expand the data source nodes in the structure pane to view all tables.
  2. Expand the table node for the table that has the column.
  3. Right-click the column node.
  4. Choose Edit CMP Column Properties.

Note: The properties displayed in the dialog box are relevant only to the Borland Enterprise Server.

Property Description
columnJavaType The Java type of the column. Select the column's type from the drop-down list.
ignoreOnInsert If true, specifies that the column must not be set during the execution of an INSERT statement.
createColumnSql The SQL used to create this column if the table must be created automatically.

For more information about these properties, see the Borland Enterprise Server documentation.