Uses of Interface
javax.rad.persist.IStorage

Packages that use IStorage
com.sibvisions.rad.persist Contains implementations of the persistence definitions. 
com.sibvisions.rad.persist.event Contains all storage event classes and interfaces. 
com.sibvisions.rad.persist.jdbc Contains all database specific persistence implementations. 
javax.rad.persist Contains classes and interfaces needed for java persistence. 
 

Uses of IStorage in com.sibvisions.rad.persist
 

Classes in com.sibvisions.rad.persist that implement IStorage
 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 AbstractStorage
          The AbstractStorage implements the server side triggers mechanism for different types of Storages.
 

Uses of IStorage in com.sibvisions.rad.persist.event
 

Methods in com.sibvisions.rad.persist.event that return IStorage
 IStorage StorageEvent.getStorage()
          Gets the IStorage that is changed.
 

Constructors in com.sibvisions.rad.persist.event with parameters of type IStorage
StorageEvent(IStorage pStorage, BeanConverter pBeanConverter, StorageEvent.ChangedType pType, IBean pOld, IBean pNew)
          Constructs the DataRowEvent.
StorageEvent(IStorage pStorage, BeanConverter pBeanConverter, StorageEvent.ChangedType pType, Object[] pOld, Object[] pNew)
          Creates a new instance of StorageEvent.
StorageEvent(IStorage pStorage, BeanConverter pBeanConverter, StorageEvent.ChangedType pType, Object pOld, Object pNew)
          Creates a new instance of StorageEvent.
 

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

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

Uses of IStorage in javax.rad.persist
 

Subinterfaces of IStorage in javax.rad.persist
 interface ICachedStorage
          The ICachedStorage extends the IStorage with meta data caching features.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.