Tuscany DAS for Relational Databases

Uses of Class
org.apache.tuscany.das.rdb.Key

Packages that use Key
org.apache.tuscany.das.rdb.config.wrapper   
org.apache.tuscany.das.rdb.impl   
 

Uses of Key in org.apache.tuscany.das.rdb.config.wrapper
 

Methods in org.apache.tuscany.das.rdb.config.wrapper with parameters of type Key
 void MappingWrapper.addPrimaryKey(Key key)
           
 void MappingWrapper.addRelationship(Key parentKey, Key childKey)
           
 

Uses of Key in org.apache.tuscany.das.rdb.impl
 

Methods in org.apache.tuscany.das.rdb.impl with parameters of type Key
 void ChangeSummarizer.addPrimarykey(Key key)
           
 void BaseCommandImpl.addPrimaryKey(Key pk)
           
 void BaseCommandImpl.addRelationship(Key parentKey, Key childKey)
           
 


Tuscany DAS for Relational Databases

-