|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.model.storage.AbstractStorageSystem
public abstract class AbstractStorageSystem
Abstract implementation of the StorageSystem interface.
When writing a custom implementation of SystemStorage interface,
inherit from this class for assuring future compatibility.
If the interface would change in future versions, the future
version of this class will try to compensate.
Created: 27.01.2008 07:25:39
| Constructor Summary | |
|---|---|
AbstractStorageSystem()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
execute(java.lang.String command)
Executes a command on the storage system |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.databene.model.storage.StorageSystem |
|---|
close, flush, getId, query, queryEntities, queryEntityIds, store, update |
| Methods inherited from interface org.databene.model.data.DescriptorProvider |
|---|
getTypeDescriptor, getTypeDescriptors |
| Constructor Detail |
|---|
public AbstractStorageSystem()
| Method Detail |
|---|
public java.lang.Object execute(java.lang.String command)
StorageSystem
execute in interface StorageSystem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||