Class ModelAwareTransactionCallbackWithoutResult<M extends ItemModel>

  • All Implemented Interfaces:
    org.springframework.transaction.support.TransactionCallback

    public abstract class ModelAwareTransactionCallbackWithoutResult<M extends ItemModel>
    extends ModelAwareTransactionCallback
    Model-aware transaction call-back used for transaction bodies without result.
    • Constructor Detail

      • ModelAwareTransactionCallbackWithoutResult

        public ModelAwareTransactionCallbackWithoutResult()
    • Method Detail

      • doInModelAwareTransactionWithoutResult

        protected abstract void doInModelAwareTransactionWithoutResult​(org.springframework.transaction.TransactionStatus status)
        Implement this method to place logic for transaction body without result.