Uses of Class
org.ujorm.orm.ao.CachePolicy

Packages that use CachePolicy
org.ujorm.orm The ORM support. 
org.ujorm.orm.ao   
org.ujorm.orm.metaModel   
 

Uses of CachePolicy in org.ujorm.orm
 

Methods in org.ujorm.orm with parameters of type CachePolicy
 void Session.clearCache(CachePolicy policy)
          Clear cache and change its policy.
 

Uses of CachePolicy in org.ujorm.orm.ao
 

Methods in org.ujorm.orm.ao that return CachePolicy
static CachePolicy CachePolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CachePolicy[] CachePolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of CachePolicy in org.ujorm.orm.metaModel
 

Fields in org.ujorm.orm.metaModel with type parameters of type CachePolicy
static Key<MetaParams,CachePolicy> MetaParams.CACHE_POLICY
          Session cache policy.
 



Copyright 2013, Pavel Ponec