public abstract class AbstractObjectContainerAdapter extends java.lang.Object implements ObjectContainerAdapter
| Modifier and Type | Field and Description |
|---|---|
protected ExtObjectContainer |
db |
| Constructor and Description |
|---|
AbstractObjectContainerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
commit() |
void |
delete(java.lang.Object obj) |
ObjectContainerAdapter |
forContainer(ExtObjectContainer db) |
Query |
query() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstore, storeprotected ExtObjectContainer db
public ObjectContainerAdapter forContainer(ExtObjectContainer db)
forContainer in interface ObjectContainerAdapterpublic void commit()
commit in interface ObjectContainerAdapterpublic void delete(java.lang.Object obj)
delete in interface ObjectContainerAdapterpublic Query query()
query in interface ObjectContainerAdapter