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

Packages that use CachePolicy
org.ujoframework.orm.ao   
org.ujoframework.orm.metaModel   
 

Uses of CachePolicy in org.ujoframework.orm.ao
 

Methods in org.ujoframework.orm.ao that return CachePolicy
static CachePolicy CachePolicy.valueOf(java.lang.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.ujoframework.orm.metaModel
 

Fields in org.ujoframework.orm.metaModel with type parameters of type CachePolicy
static Property<MetaParams,CachePolicy> MetaParams.CACHE_POLICY
          Enable / disable a session cache for the business objects.
 



Copyright © 2009. All Rights Reserved.