Class CombineUserTransaction
java.lang.Object
com.djrapitops.plan.storage.database.transactions.Transaction
com.djrapitops.plan.storage.database.transactions.commands.ChangeUserUUIDTransaction
com.djrapitops.plan.storage.database.transactions.commands.CombineUserTransaction
Intends to correct UUID of a user.
-
Nested Class Summary
Nested classes/interfaces inherited from class Transaction
Transaction.IsolationLevel -
Field Summary
Fields inherited from class ChangeUserUUIDTransaction
newUUID, oldUUIDFields inherited from class Transaction
attempts, dbType, success -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidImplement this method for transaction execution.Methods inherited from class Transaction
commitMidTransaction, dbIsNotUnderHeavyLoad, execute, execute, executeOther, executeReturningId, executeSwallowingExceptions, executeTransaction, getDBState, getDesiredIsolationLevel, getName, getServerUUID, hasTable, lockForUpdate, query, shouldBeExecuted, toString, wasSuccessful
-
Constructor Details
-
CombineUserTransaction
-
-
Method Details
-
performOperations
protected void performOperations()Description copied from class:TransactionImplement this method for transaction execution.- Overrides:
performOperationsin classChangeUserUUIDTransaction
-