Uses of Interface
org.databene.benerator.StorageSystem

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

Uses of StorageSystem in org.databene.benerator.storage
 

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

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

Constructors in org.databene.benerator.storage with parameters of type StorageSystem
StorageSystemConsumer(StorageSystem system)
           
StorageSystemInserter(StorageSystem system)
           
StorageSystemInserter(StorageSystem system, ComplexTypeDescriptor targetType)
           
StorageSystemUpdater(StorageSystem system)
           
 

Uses of StorageSystem in org.databene.platform.db
 

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

Methods in org.databene.platform.db with parameters of type StorageSystem
 void QueryGenerator.setTarget(StorageSystem storage)
           
 

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

Uses of StorageSystem in org.databene.platform.memstore
 

Classes in org.databene.platform.memstore that implement StorageSystem
 class MemStore
          Simple heap-based implementation of the AbstractStorageSystem interface.
 



Copyright © 2013. All Rights Reserved.