|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetaDataCacheOption | |
|---|---|
| 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.model | Contains all model interfaces, abstract base and exception classes. |
| Uses of MetaDataCacheOption in com.sibvisions.rad.model.remote |
|---|
| Methods in com.sibvisions.rad.model.remote that return MetaDataCacheOption | |
|---|---|
MetaDataCacheOption |
RemoteDataSource.getMetaDataCacheOption()
Gets the metadata cache option from the connection. |
| Uses of MetaDataCacheOption in com.sibvisions.rad.persist |
|---|
| Methods in com.sibvisions.rad.persist that return MetaDataCacheOption | |
|---|---|
MetaDataCacheOption |
AbstractCachedStorage.getMetaDataCacheOption()
Gets the metadata cache option for this instance. |
| Methods in com.sibvisions.rad.persist with parameters of type MetaDataCacheOption | |
|---|---|
void |
AbstractCachedStorage.setMetaDataCacheOption(MetaDataCacheOption pOption)
Sets the metadata cache option for this instance. |
| Uses of MetaDataCacheOption in com.sibvisions.rad.persist.jdbc |
|---|
| Methods in com.sibvisions.rad.persist.jdbc that return MetaDataCacheOption | |
|---|---|
MetaDataCacheOption |
DBAccess.getMetaDataCacheOption()
Gets the metadata cache option for this instance. |
| Methods in com.sibvisions.rad.persist.jdbc with parameters of type MetaDataCacheOption | |
|---|---|
void |
DBAccess.setMetaDataCacheOption(MetaDataCacheOption pOption)
Sets the metadata cache option for this instance. |
| Uses of MetaDataCacheOption in javax.rad.model |
|---|
| Methods in javax.rad.model that return MetaDataCacheOption | |
|---|---|
static MetaDataCacheOption |
MetaDataCacheOption.resolve(java.lang.String pName)
Resolves the cache option specified by a string. |
static MetaDataCacheOption |
MetaDataCacheOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MetaDataCacheOption[] |
MetaDataCacheOption.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||