|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractStorage | |
---|---|
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. |
Uses of AbstractStorage in com.sibvisions.rad.persist |
---|
Subclasses of AbstractStorage in com.sibvisions.rad.persist | |
---|---|
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 AbstractStorage in com.sibvisions.rad.persist.event |
---|
Constructors in com.sibvisions.rad.persist.event with parameters of type AbstractStorage | |
---|---|
StorageEvent(AbstractStorage pStorage,
StorageEvent.ChangedType pType,
IBean pOld,
IBean pNew)
Constructs the DataRowEvent. |
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. |
Methods in com.sibvisions.rad.persist.jdbc with parameters of type AbstractStorage | |
---|---|
protected void |
DBStorage.createAutomaticLinkReference(ServerMetaData pMetaData,
String[] pColumns,
AbstractStorage pDBStorage,
String[] pReferenceColumns)
Creates and sets a new StorageReferenceDefinition with the specified DBStorage and
columns and reference columns on all pColumns . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |