org.databene.model.storage
Class AbstractStorageSystem

java.lang.Object
  extended by org.databene.model.storage.AbstractStorageSystem
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable, DescriptorProvider, StorageSystem
Direct Known Subclasses:
DBSystem

public abstract class AbstractStorageSystem
extends java.lang.Object
implements StorageSystem

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

Since:
0.4.0
Author:
Volker Bergmann

Constructor Summary
AbstractStorageSystem()
           
 
Method Summary
 
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

AbstractStorageSystem

public AbstractStorageSystem()


Copyright © 2010. All Rights Reserved.