Uses of Class
org.dellroad.stuff.pobj.PersistentFileTransaction
-
Uses of PersistentFileTransaction in org.dellroad.stuff.pobj
Modifier and TypeMethodDescriptionprotected PersistentFileTransaction
PersistentObjectSchemaUpdater.openTransaction
(PersistentFileTransaction transaction) Modifier 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.Modifier 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)