|
Dresden OCL Toolkit | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An Interface for object-relational mapping Strategies as used by ORMappingImpl this Interface is used mapping classifiers to Tables
ORMappingImpl
Method Summary | |
void |
map(ru.novosoft.uml.foundation.core.MClassifier classifier,
Map classToTables,
Map classViews)
maps the given class to relational tables Structure of classToTables: MClassifier -> List of Table the first table in a class's list is the most important one, the one containing the primary key, other class tables will refer to |
Method Detail |
public void map(ru.novosoft.uml.foundation.core.MClassifier classifier, Map classToTables, Map classViews)
classifier
- the class(or interface) to mapclassToTables
- a Map containing all MClassifiers mapped so far to a List of TablesclassViews
- a Map containing an (unfinished) ObjectView for
all MClassifiers mapped so far
|
Dresden OCL Toolkit | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |