Uses of Interface
org.apache.openjpa.writebehind.WriteBehindCacheKey

Packages that use WriteBehindCacheKey
org.apache.openjpa.writebehind   
 

Uses of WriteBehindCacheKey in org.apache.openjpa.writebehind
 

Classes in org.apache.openjpa.writebehind that implement WriteBehindCacheKey
 class SimpleWriteBehindCacheKey
          Simple key implementation (concatenates entity classname with primary key value).
 

Methods in org.apache.openjpa.writebehind that return WriteBehindCacheKey
 WriteBehindCacheKey WriteBehindCache.getKey(OpenJPAStateManager sm)
          Obtain a cache key for the provided StateManagerImpl.
 WriteBehindCacheKey SimpleWriteBehindCache.getKey(OpenJPAStateManager sm)
           
 



Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.