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

Packages that use CacheKey
org.ujorm.orm.ao   
 

Uses of CacheKey in org.ujorm.orm.ao
 

Methods in org.ujorm.orm.ao that return CacheKey
static CacheKey CacheKey.newInstance(Class type, Object... pks)
          Constructor for many keys
static CacheKey CacheKey.newInstance(Class type, Object pk)
          Constructor for one keyk
static CacheKey CacheKey.newInstance(OrmUjo bo, MetaPKey pkey)
          Constructor for the OrmUjo
 



Copyright 2013, Pavel Ponec