|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
class |
MemDataBookStorage
The MemDataBookStorage is a simple AbstractMemStorage without specific insert/update/delete
implementation. |
Methods in com.sibvisions.rad.persist that return IStorage | |
---|---|
IStorage |
StorageDataBook.getStorageImpl()
Gets the configured storage implementation. |
Methods in com.sibvisions.rad.persist with parameters of type IStorage | |
---|---|
void |
StorageDataBook.setStorageImpl(IStorage pStorage)
Sets the storage implementation which should be used to access data. |
Constructors in com.sibvisions.rad.persist with parameters of type IStorage | |
---|---|
StorageDataBook(IStorage pStorage)
Creates a new instance of StorageDataBook for the given storage. |
|
StorageDataBook(StorageDataBook pBook,
IStorage pStorage)
Creates a new instance of StorageDataBook for the given storage. |
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,
java.lang.Object[] pOld,
java.lang.Object[] pNew)
Creates a new instance of StorageEvent . |
|
StorageEvent(IStorage pStorage,
BeanConverter pBeanConverter,
StorageEvent.ChangedType pType,
java.lang.Object pOld,
java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |