Modifying the schema name

The next step is to modify the schema name so that your bean will be portable to other databases. The special value to allow a bean to be portable in this manner is NULLID. Prerequisite: You have mapped the fields in the enterprise bean to the columns in the database table.To modify the schema name:

  1. In the Project Explorer view expand Databases > WebSphereCommerceServerExtensionsData.

  2. Right-click the schema node (for example, db2user) and select Rename.

  3. Set the value to NULLID.

  4. Proceed to creating the access bean.


Previous topic:

Mapping the database table to the new enterprise bean
Next topic:

Create the access bean

Related tasks

Create new entity beans