public class StoreIconTransaction extends ThrowawayTransaction
Transaction to store an Icon to the database.
  • Constructor Details

    • StoreIconTransaction

      public StoreIconTransaction(Icon icon)
  • Method Details

    • performOperations

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