Uses of Class
org.databene.benerator.storage.AbstractStorageSystem

Packages that use AbstractStorageSystem
org.databene.platform.db platform adapter for databases. 
org.databene.platform.memstore   
 

Uses of AbstractStorageSystem in org.databene.platform.db
 

Subclasses of AbstractStorageSystem in org.databene.platform.db
 class DBSystem
          Abstract class that serves as parent for classes which connect to databases using JDBC.
 class DefaultDBSystem
          Default implementation of the DBSystem class.
 

Uses of AbstractStorageSystem in org.databene.platform.memstore
 

Subclasses of AbstractStorageSystem in org.databene.platform.memstore
 class MemStore
          Simple heap-based implementation of the AbstractStorageSystem interface.
 



Copyright © 2013. All Rights Reserved.