Uses of Class
org.objectweb.cjdbc.controller.cache.result.entries.ResultCacheEntry

Packages that use ResultCacheEntry
org.objectweb.cjdbc.controller.cache.result.entries Query cache entries implementations. 
org.objectweb.cjdbc.controller.cache.result.schema Database schema management for query caches. 
 

Uses of ResultCacheEntry in org.objectweb.cjdbc.controller.cache.result.entries
 

Subclasses of ResultCacheEntry in org.objectweb.cjdbc.controller.cache.result.entries
 class ResultCacheEntryEager
          A CacheEntry that is to be recognized as Eager entry.
 class ResultCacheEntryNoCache
          A CacheEntry that simulates a NoCacheEntry.
 class ResultCacheEntryRelaxed
          A CacheEntry that is to be recognized as Relaxed entry.
 

Uses of ResultCacheEntry in org.objectweb.cjdbc.controller.cache.result.schema
 

Methods in org.objectweb.cjdbc.controller.cache.result.schema that return ResultCacheEntry
 ResultCacheEntry CacheDatabaseTable.getPkResultCacheEntry(java.lang.String pk)
          Gets a CacheEntry object associated to a pk entry.
 



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.