org.apache.tuscany.das.rdb.graphbuilder.impl
Class SingleTableRegistry
java.lang.Object
org.apache.tuscany.das.rdb.graphbuilder.impl.SingleTableRegistry
- All Implemented Interfaces:
- TableRegistry
public class SingleTableRegistry
- extends Object
- implements TableRegistry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingleTableRegistry
public SingleTableRegistry()
get
public DataObject get(String tableName,
List primaryKey)
- Description copied from interface:
TableRegistry
- Get the table with the specified name and primary key
- Specified by:
get
in interface TableRegistry
- Returns:
- EDataObject
put
public void put(String tableName,
List primaryKey,
DataObject value)
- Description copied from interface:
TableRegistry
- Add the table with the specified name and primary key
- Specified by:
put
in interface TableRegistry
contains
public boolean contains(String name,
List list)
- Specified by:
contains
in interface TableRegistry
-