Uses of Interface
javax.rad.persist.ICachedStorage

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

Uses of ICachedStorage in com.sibvisions.rad.persist
 

Classes in com.sibvisions.rad.persist that implement ICachedStorage
 class AbstractCachedStorage
          The AbstractCachedStorage implemtns the caching mechanism of ICachedStorage.
 class AbstractMemStorage
          The AbstractMemStorage is an AbstractCachedStorage and holds an internal MemDataBook for the data.
 

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

Classes in com.sibvisions.rad.persist.jdbc that implement ICachedStorage
 class DBStorage
          The DBStorage is a IStorage for SQL database specific features.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.