Class StoreWebUserTransaction

java.lang.Object
com.djrapitops.plan.storage.database.transactions.Transaction
com.djrapitops.plan.storage.database.transactions.commands.StoreWebUserTransaction

public class StoreWebUserTransaction extends Transaction
Transaction to save a new Plan User to the database.
  • Constructor Details

    • StoreWebUserTransaction

      public StoreWebUserTransaction(User user)
  • Method Details

    • performOperations

      protected void performOperations()
      Description copied from class: Transaction
      Implement this method for transaction execution.
      Specified by:
      performOperations in class Transaction