Uses of Package
org.apache.openjpa.writebehind

Packages that use org.apache.openjpa.writebehind
org.apache.openjpa.conf OpenJPA Configuration 
org.apache.openjpa.writebehind   
 

Classes in org.apache.openjpa.writebehind used by org.apache.openjpa.conf
WriteBehindCacheManager
          Manages the system's WriteBehind cache(s).
WriteBehindCallback
          The WriteBehindCallback is responsible for flushing changes to the database when OpenJPA is used in a Write-Behind mode.
 

Classes in org.apache.openjpa.writebehind used by org.apache.openjpa.writebehind
AbstractWriteBehindCache
           
AbstractWriteBehindCallback
           
WriteBehindCache
          The WriteBehindCache stores updates to entities before flushing to the database.
WriteBehindCacheKey
          Key used for entities in the WriteBehind Cache.
WriteBehindCacheManager
          Manages the system's WriteBehind cache(s).
WriteBehindCallback
          The WriteBehindCallback is responsible for flushing changes to the database when OpenJPA is used in a Write-Behind mode.
 



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