Class StorePlayerTableResultTransaction
java.lang.Object
com.djrapitops.plan.storage.database.transactions.Transaction
com.djrapitops.plan.storage.database.transactions.ThrowawayTransaction
com.djrapitops.plan.extension.implementation.storage.transactions.results.StorePlayerTableResultTransaction
Transaction to store method result of a Table.
-
Nested Class Summary
Nested classes/interfaces inherited from class Transaction
Transaction.IsolationLevel -
Field Summary
Fields inherited from class Transaction
attempts, dbType, success -
Constructor Summary
ConstructorsConstructorDescriptionStorePlayerTableResultTransaction(ProviderInformation information, Parameters parameters, Table value) StorePlayerTableResultTransaction(String pluginName, ServerUUID serverUUID, String providerName, UUID playerUUID, Table table) -
Method Summary
Modifier and TypeMethodDescriptionprotected Transaction.IsolationLevelprotected voidImplement this method for transaction execution.Methods inherited from class ThrowawayTransaction
shouldBeExecutedMethods inherited from class Transaction
commitMidTransaction, dbIsNotUnderHeavyLoad, execute, execute, executeOther, executeReturningId, executeSwallowingExceptions, executeTransaction, getDBState, getName, getServerUUID, hasTable, lockForUpdate, query, toString, wasSuccessful
-
Constructor Details
-
StorePlayerTableResultTransaction
public StorePlayerTableResultTransaction(String pluginName, ServerUUID serverUUID, String providerName, UUID playerUUID, Table table) -
StorePlayerTableResultTransaction
public StorePlayerTableResultTransaction(ProviderInformation information, Parameters parameters, Table value)
-
-
Method Details
-
getDesiredIsolationLevel
- Overrides:
getDesiredIsolationLevelin classTransaction
-
performOperations
protected void performOperations()Description copied from class:TransactionImplement this method for transaction execution.- Specified by:
performOperationsin classTransaction
-