Uses of Class
org.dellroad.stuff.pobj.PersistentFileTransaction

Packages that use PersistentFileTransaction
org.dellroad.stuff.pobj Simple XML Persistence Objects (POBJ). 
 

Uses of PersistentFileTransaction in org.dellroad.stuff.pobj
 

Methods in org.dellroad.stuff.pobj that return PersistentFileTransaction
protected  PersistentFileTransaction PersistentObjectSchemaUpdater.openTransaction(File file)
           
 

Methods in org.dellroad.stuff.pobj that return types with arguments of type PersistentFileTransaction
protected  Comparator<SchemaUpdate<PersistentFileTransaction>> SpringPersistentObjectSchemaUpdater.getOrderingTieBreaker()
          Get the preferred ordering of two updates that do not have any predecessor constraints (including implied indirect constraints) between them.
 

Methods in org.dellroad.stuff.pobj with parameters of type PersistentFileTransaction
 void SpringXSLPersistentObjectSchemaUpdate.apply(PersistentFileTransaction transaction)
          Apply this update to the given transaction.
abstract  void SpringPersistentObjectSchemaUpdate.apply(PersistentFileTransaction transaction)
          Apply this update to the given transaction.
protected  void PersistentObjectSchemaUpdater.commitTransaction(PersistentFileTransaction transaction)
           
protected  boolean PersistentObjectSchemaUpdater.databaseNeedsInitialization(PersistentFileTransaction transaction)
           
protected  Set<String> PersistentObjectSchemaUpdater.getAppliedUpdateNames(PersistentFileTransaction transaction)
           
protected  void PersistentObjectSchemaUpdater.initializeDatabase(PersistentFileTransaction transaction)
           
protected  void PersistentObjectSchemaUpdater.recordUpdateApplied(PersistentFileTransaction transaction, String name)
           
protected  void PersistentObjectSchemaUpdater.rollbackTransaction(PersistentFileTransaction transaction)