Uses of Class
com.sibvisions.rad.persist.AbstractStorage

Packages that use AbstractStorage
com.sibvisions.rad.persist Contains implementations of the persistence definitions. 
com.sibvisions.rad.persist.jdbc Contains all database specific persistence implementations. 
 

Uses of AbstractStorage in com.sibvisions.rad.persist
 

Subclasses of AbstractStorage in com.sibvisions.rad.persist
 class AbstractCachedStorage
          The AbstractCachedStorage implements the caching mechanism of ICachedStorage.
 class AbstractMemStorage
          The AbstractMemStorage is an AbstractCachedStorage and holds an internal MemDataBook for the data.
 class MemDataBookStorage
          The MemDataBookStorage is a simple AbstractMemStorage without specific insert/update/delete implementation.
 

Uses of AbstractStorage in com.sibvisions.rad.persist.jdbc
 

Subclasses of AbstractStorage in com.sibvisions.rad.persist.jdbc
 class DBStorage
          The DBStorage is a IStorage for SQL database specific features.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.