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:
- In the Project Explorer view expand Databases > WebSphereCommerceServerExtensionsData.
- Right-click the schema node (for example, db2user) and select Rename.
- Set the value to NULLID.
- Proceed to creating the access bean.
Previous topic:Mapping the database table to the new enterprise bean
Next topic:Related tasks
Create new entity beans