UML Modeling Techniques > Data modeling > Storage Mapper > How to... > Generating mappings (Storage Mapper)
Generating mappings (Storage Mapper)
The Storage Mapper and Modeler map each class into a table and each attribute into a column. Relationships are created between relevant tables, depending on the mapping options. A table is created in the same package as its source class. Because the table name must be unique within the Package, the table name is prefixed with Rts.
To create the mapping:
Choose Generate.
When the mapping is complete the classes, attributes and relationships exist as tables, columns and relationships within the dictionary. The generated information can be represented in the logical data structure.