Package org.apache.openjpa.writebehind

Interface Summary
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.
 

Class Summary
AbstractWriteBehindCache  
AbstractWriteBehindCallback  
SimpleWriteBehindCache  
SimpleWriteBehindCacheKey Simple key implementation (concatenates entity classname with primary key value).
SimpleWriteBehindCallback  
WriteBehindCacheManagerImpl  
WriteBehindStoreManager  
 

Exception Summary
WriteBehindConfigurationException  
WriteBehindException  
 



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