|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetaData | |
---|---|
com.sibvisions.rad.model.remote | Contains model implementations for accessing remote data. |
com.sibvisions.rad.persist | Contains implementations of the persistence definitions. |
com.sibvisions.rad.persist.jdbc | Contains all database specific persistence implementations. |
javax.rad.persist | Contains classes and interfaces needed for java persistence. |
Uses of MetaData in com.sibvisions.rad.model.remote |
---|
Methods in com.sibvisions.rad.model.remote that return MetaData | |
---|---|
static MetaData |
RemoteDataSource.getGlobalMetaData(AbstractConnection pConnection,
String pKey)
Returns the column meta data from the global client cache. |
MetaData |
RemoteDataSource.getMetaData(String pKey)
Returns the column meta data from the client cache. |
Methods in com.sibvisions.rad.model.remote with parameters of type MetaData | |
---|---|
static void |
RemoteDataSource.putGlobalMetaData(AbstractConnection pConnection,
String pKey,
MetaData pMetaData)
Puts the column meta data to the global client cache. |
void |
RemoteDataSource.putMetaData(String pKey,
MetaData pMetaData)
Puts the column meta data to the client cache. |
Uses of MetaData in com.sibvisions.rad.persist |
---|
Methods in com.sibvisions.rad.persist that return MetaData | |
---|---|
abstract MetaData |
AbstractStorage.executeGetMetaData()
This method has to be implemented in the Storage implementation and should have the functionality of the getMetaData method. |
MetaData |
AbstractMemStorage.executeGetMetaData()
This method has to be implemented in the Storage implementation and should have the functionality of the getMetaData method. |
MetaData |
AbstractStorage.getMetaData()
Returns the meta data for this AbstractStorage from the storage as MetaData . |
MetaData |
AbstractCachedStorage.getMetaData(String pGroup,
String pName)
Returns the meta data for this AbstractStorage from the storage as MetaData and places
the MetaData to the cache with a group name and meta data name. |
protected MetaData |
AbstractCachedStorage.getMetaDataFromCache(String pGroup,
String pName)
Gets meta data from the cache. |
Methods in com.sibvisions.rad.persist that return types with arguments of type MetaData | |
---|---|
static Hashtable<String,MetaData> |
AbstractCachedStorage.getMetaData(String pGroup)
Gets meta data which are cached under a specific name. |
Hashtable<String,MetaData> |
AbstractCachedStorage.getMetaDataFromCache(String pGroup)
Returns all available meta data from the cache for a specific cache group. |
Methods in com.sibvisions.rad.persist with parameters of type MetaData | |
---|---|
protected void |
AbstractCachedStorage.putMetaDataToCache(String pGroup,
String pName,
MetaData pMetaData)
Puts meta data to the cache. |
Uses of MetaData in com.sibvisions.rad.persist.jdbc |
---|
Methods in com.sibvisions.rad.persist.jdbc that return MetaData | |
---|---|
MetaData |
DBStorage.executeGetMetaData()
This method has to be implemented in the Storage implementation and should have the functionality of the getMetaData method. |
MetaData |
ServerMetaData.getMetaData()
Returns the MetaData client infos. |
MetaData |
DBStorage.getMetaData(String pGroup,
String pName)
Returns the meta data for this AbstractStorage from the storage as MetaData and places
the MetaData to the cache with a group name and meta data name. |
Uses of MetaData in javax.rad.persist |
---|
Methods in javax.rad.persist that return MetaData | |
---|---|
MetaData |
MetaData.clone()
|
MetaData |
IStorage.getMetaData()
Returns the meta data for this AbstractStorage from the storage as MetaData . |
MetaData |
ICachedStorage.getMetaData(String pGroup,
String pName)
Returns the meta data for this AbstractStorage from the storage as MetaData and places
the MetaData to the cache with a group name and meta data name. |
Methods in javax.rad.persist that return types with arguments of type MetaData | |
---|---|
Hashtable<String,MetaData> |
ICachedStorage.getMetaDataFromCache(String pGroup)
Returns all available meta data from the cache for a specific cache group. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |