|
||||||||||
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,
java.lang.String pKey)
Returns the column meta data from the global client cache. |
MetaData |
RemoteDataSource.getMetaData(java.lang.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,
java.lang.String pKey,
MetaData pMetaData)
Puts the column meta data to the global client cache. |
void |
RemoteDataSource.putMetaData(java.lang.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 | |
---|---|
MetaData |
AbstractMemStorage.getMetaData()
Returns the meta data for this AbstractStorage from the storage as MetaData . |
MetaData |
AbstractCachedStorage.getMetaData(java.lang.String pGroup,
java.lang.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(java.lang.String pGroup,
java.lang.String pName)
Gets meta data from the cache. |
Methods in com.sibvisions.rad.persist that return types with arguments of type MetaData | |
---|---|
static java.util.Hashtable<java.lang.String,MetaData> |
AbstractCachedStorage.getMetaData(java.lang.String pGroup)
Gets meta data which are cached under a specific name. |
java.util.Hashtable<java.lang.String,MetaData> |
AbstractCachedStorage.getMetaDataFromCache(java.lang.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(java.lang.String pGroup,
java.lang.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 |
ServerMetaData.getMetaData()
Returns the MetaData client infos. |
MetaData |
DBStorage.getMetaData()
Returns the meta data for this AbstractStorage from the storage as MetaData . |
Methods in com.sibvisions.rad.persist.jdbc with parameters of type MetaData | |
---|---|
void |
ServerMetaData.setMetaData(MetaData pMetaData)
Sets all ServerMetaData columns. |
void |
DBStorage.setMetaData(MetaData pMetaData)
Sets a new meta data. |
Uses of MetaData in javax.rad.persist |
---|
Methods in javax.rad.persist that return MetaData | |
---|---|
MetaData |
IStorage.getMetaData()
Returns the meta data for this AbstractStorage from the storage as MetaData . |
MetaData |
ICachedStorage.getMetaData(java.lang.String pGroup,
java.lang.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 | |
---|---|
java.util.Hashtable<java.lang.String,MetaData> |
ICachedStorage.getMetaDataFromCache(java.lang.String pGroup)
Returns all available meta data from the cache for a specific cache group. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |