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 PersistentFileTransactionPersistentObjectSchemaUpdater.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 voidSpringPersistentObjectSchemaUpdate.apply(PersistentFileTransaction transaction) Apply this update to the given transaction.voidSpringXSLPersistentObjectSchemaUpdate.apply(PersistentFileTransaction transaction) Apply this update to the given transaction.protected voidPersistentObjectSchemaUpdater.commitTransaction(PersistentFileTransaction transaction) protected booleanPersistentObjectSchemaUpdater.databaseNeedsInitialization(PersistentFileTransaction transaction) PersistentObjectSchemaUpdater.getAppliedUpdateNames(PersistentFileTransaction transaction) protected voidPersistentObjectSchemaUpdater.initializeDatabase(PersistentFileTransaction transaction) protected PersistentFileTransactionPersistentObjectSchemaUpdater.openTransaction(PersistentFileTransaction transaction) protected voidPersistentObjectSchemaUpdater.recordUpdateApplied(PersistentFileTransaction transaction, String name) protected voidPersistentObjectSchemaUpdater.rollbackTransaction(PersistentFileTransaction transaction)