OxyGen Code Generator Overview. 4   Table of Contents. 4

 

Appendix D – Entity Name Assignment Rules

Appendix D describes the Entity Name processing instruction assignment rules and the parameters that are associated to each rule.

Bulk assignment of the entity names can be done using one of the following rules:

Entity name from table name removing prefix rule takes the name of the table/view and removes the prefix that is specified as rule parameter. If the table/view name does not start with the rule parameter then the table/view name will be assigned to the entity name value.

Entity name from table/view name removing suffix rule takes the name of the table and removes the suffix that is specified as rule parameter. If the table/view name does not start with the rule parameter then the table/view name will be assigned to the entity name value.

Entity name from table/view name attaching prefix rule takes the name of the table/view and attaches the prefix that is specified as rule parameter. If the prefix that is specified as the rule parameter is empty then the table/view name will be assigned to the entity name value.

Entity name from table/view name attaching suffix rule takes the name of the table/view and attaching the suffix that is specified as rule parameter. If the suffix that is specified as the rule parameter is empty then the table/view name will be assigned to the entity name value.

OxyGen Code Generator Overview. 4   Table of Contents. 4