Class ThrowawayTransaction

    • Constructor Detail

      • ThrowawayTransaction

        public ThrowawayTransaction()
    • Method Detail

      • shouldBeExecuted

        protected boolean shouldBeExecuted()
        Description copied from class: Transaction
        Override this method for conditional execution.

        Please note that the transaction has not been initialized and class variables are not available for queries. The condition should depend on other variables (Like the data that is to be stored) given to the transaction.

        Overrides:
        shouldBeExecuted in class Transaction
        Returns:
        false if the transaction should not execute.