SPT Object Database API

Uses of Class
com.sptci.prevayler.StorageSystem.TaskQueue

Packages that use StorageSystem.TaskQueue
com.sptci.prevayler Core classes for the database engine built around Prevayler. 
 

Uses of StorageSystem.TaskQueue in com.sptci.prevayler
 

Fields in com.sptci.prevayler declared as StorageSystem.TaskQueue
private static StorageSystem.TaskQueue StorageSystem.taskQueue
          A task queue used when persisting object graphs to avoid infinite loops due to the recursive nature of following object graphs.
 


SPT Object Database API