Class transformation parameters
The following table lists the parameters that apply to the UML class element.
- Schema name
- The name of the database schema to which the table being transformed belongs. If a schema name is not specified, the name of the model will be used.
- Table name
- The name of the database table represented by the class. If a table name is not specified, the class name is used.
- Record name
- The name of the EGL SqlRecord that represents the class. If a record name is not specified, the class name is used. If defaulting to Class name, the transformation may alias the class name to ensure a valid EGL name.
- List/Search Page
- The title that is added to the JSP representing the list view of the class. The default value is class_name List Page, where class_name is the name of the class.
- Details Page
- The title that will be added to the JSP representing the detail view of the class. The default value is class_name List Page, where class_name is the name of the class.
- Add Button
- Label that will be displayed on the Add button in JSPs. The default value is Add.
- Delete Button
- Label that will be displayed on the Delete button in JSPs. The default value is Delete.
- Update Button
- Label that will be displayed on the Update button in JSPs. The default value is Update.
- Search Button
- Label that will be displayed on the Search button in JSPs. The default value is Search.
- Maximum record rows per page
- The number of result set rows that will be displayed per page in the list JSP. The default value is 5.