Uses of Class
javax.rad.model.MetaDataCacheOption

Packages that use MetaDataCacheOption
com.sibvisions.rad.persist Contains implementations of the persistence definitions. 
javax.rad.model Contains all model interfaces, abstract base and exception classes. 
 

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 javax.rad.model
 

Methods in javax.rad.model that return MetaDataCacheOption
static MetaDataCacheOption MetaDataCacheOption.resolve(String pName)
          Resolves the cache option specified by a string.
static MetaDataCacheOption MetaDataCacheOption.valueOf(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.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.