org.apache.tuscany.das.rdb.graphbuilder.impl
Interface TableRegistry
- All Known Implementing Classes:
- MultiTableRegistry, SingleTableRegistry
public interface TableRegistry
get
DataObject get(String tableName,
List primaryKey)
- Get the table with the specified name and primary key
- Parameters:
tableName
- primaryKey
-
- Returns:
- EDataObject
put
void put(String tableName,
List primaryKey,
DataObject value)
- Add the table with the specified name and primary key
- Parameters:
tableName
- primaryKey
- value
-
contains
boolean contains(String name,
List list)
-