Tuscany DAS for Relational Databases

org.apache.tuscany.das.rdb.graphbuilder.impl
Interface TableRegistry

All Known Implementing Classes:
MultiTableRegistry, SingleTableRegistry

public interface TableRegistry


Method Summary
 boolean contains(java.lang.String name, java.util.List list)
           
 commonj.sdo.DataObject get(java.lang.String tableName, java.util.List primaryKey)
          Get the table with the specified name and primary key
 void put(java.lang.String tableName, java.util.List primaryKey, commonj.sdo.DataObject value)
          Add the table with the specified name and primary key
 

Method Detail

get

commonj.sdo.DataObject get(java.lang.String tableName,
                           java.util.List primaryKey)
Get the table with the specified name and primary key

Parameters:
tableName -
primaryKey -
Returns:
EDataObject

put

void put(java.lang.String tableName,
         java.util.List primaryKey,
         commonj.sdo.DataObject value)
Add the table with the specified name and primary key

Parameters:
tableName -
primaryKey -
value -

contains

boolean contains(java.lang.String name,
                 java.util.List list)

Tuscany DAS for Relational Databases

-