Uses of Class
org.dellroad.stuff.pobj.PersistentFileTransaction
Packages that use PersistentFileTransaction
-
Uses of PersistentFileTransaction in org.dellroad.stuff.pobj
Methods in org.dellroad.stuff.pobj that return PersistentFileTransactionModifier and TypeMethodDescriptionprotected PersistentFileTransaction
PersistentObjectSchemaUpdater.openTransaction
(PersistentFileTransaction transaction) Methods in org.dellroad.stuff.pobj that return types with arguments of type PersistentFileTransactionModifier and TypeMethodDescriptionprotected 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 PersistentFileTransactionModifier and TypeMethodDescriptionabstract void
SpringPersistentObjectSchemaUpdate.apply
(PersistentFileTransaction transaction) Apply this update to the given transaction.void
SpringXSLPersistentObjectSchemaUpdate.apply
(PersistentFileTransaction transaction) Apply this update to the given transaction.protected void
PersistentObjectSchemaUpdater.commitTransaction
(PersistentFileTransaction transaction) protected boolean
PersistentObjectSchemaUpdater.databaseNeedsInitialization
(PersistentFileTransaction transaction) PersistentObjectSchemaUpdater.getAppliedUpdateNames
(PersistentFileTransaction transaction) protected void
PersistentObjectSchemaUpdater.initializeDatabase
(PersistentFileTransaction transaction) protected PersistentFileTransaction
PersistentObjectSchemaUpdater.openTransaction
(PersistentFileTransaction transaction) protected void
PersistentObjectSchemaUpdater.recordUpdateApplied
(PersistentFileTransaction transaction, String name) protected void
PersistentObjectSchemaUpdater.rollbackTransaction
(PersistentFileTransaction transaction)