Dresden OCL Toolkit

tudresden.ocl.sql.orstrategy
Interface OrderedStrategy

All Known Implementing Classes:
NaturalOrderMapping, OrderColumnMapping

public interface OrderedStrategy

an interface for object-relational mapping strategies as used by ORMappingImpl. OrderedStrategies are used to map ordering of AssociationEnds to relational databases

Author:
Andrea Kling

Method Summary
 void map(ru.novosoft.uml.foundation.core.MAssociationEnd end, Map classToTables, Map associationTables, Map classViews)
          Inserts colums into Tables to retain order of ordered associations if neccesary.
 

Method Detail

map

public void map(ru.novosoft.uml.foundation.core.MAssociationEnd end,
                Map classToTables,
                Map associationTables,
                Map classViews)
Inserts colums into Tables to retain order of ordered associations if neccesary.

Parameters:
end - an ordered or sorted association end
classToTables - contains a List of Table for every MClassifier
classViews - contains an ObjectView for every MClassifier
See Also:
ObjectView, Table

Dresden OCL Toolkit

Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.