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. |
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 endclassToTables
- contains a List of Table for every MClassifierclassViews
- contains an ObjectView for every MClassifier- See Also:
ObjectView
,
Table
Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.