Uses of Interface
org.databene.model.storage.StorageSystem

Packages that use StorageSystem
org.databene.model.storage   
org.databene.platform.db platform adapter for databases. 
 

Uses of StorageSystem in org.databene.model.storage
 

Classes in org.databene.model.storage that implement StorageSystem
 class AbstractStorageSystem
          Abstract implementation of the StorageSystem interface.
 

Fields in org.databene.model.storage declared as StorageSystem
protected  StorageSystem StorageSystemConsumer.system
           
 

Constructors in org.databene.model.storage with parameters of type StorageSystem
StorageSystemConsumer(StorageSystem system)
           
StorageSystemInserter(StorageSystem system)
           
StorageSystemInserter(StorageSystem system, java.lang.String tableName)
           
StorageSystemUpdater(StorageSystem system)
           
 

Uses of StorageSystem in org.databene.platform.db
 

Classes in org.databene.platform.db that implement StorageSystem
 class DBSystem
          RDBMS implementation of the StorageSystem interface.
 

Constructors in org.databene.platform.db with parameters of type StorageSystem
QueryGenerator(java.lang.String selector, StorageSystem storage)
           
QueryHiLoGenerator(java.lang.String selector, StorageSystem source)
           
QueryHiLoGenerator(java.lang.String selector, StorageSystem source, int maxLo)
           
QueryLongGenerator(java.lang.String selector, StorageSystem source)
           
 



Copyright © 2011. All Rights Reserved.