InfoCenter Home > 6.6.5.1.4: Exporting table DDLs of EJB modules with the Java administrative consoleYou can export the DDL for each EJB module that contains container managed persistence (CMP) entity beans. You can save the DDL files to the location of your choice. Later, you (or a database administrator) can use the saved DDL with the database vendor product to create database tables that correspond to the EJB modules. See Recreating database tables form the exported table DDL for instructions. The data store that the DDL schema is loaded into should be the same data store specified in the container managed entity bean data source bindings. The bindings should be those that were specified for each enterprise bean, using the Application Installation wizard. To export a DDL:
The DDL will be exported to the specified node and directory, and will have the name enterpriseApplicationName_ejbModuleName_Table.ddl. |
| ||
|