Uploaded image for project: 'Cayenne'
  1. Cayenne
  2. CAY-2415

Transaction isolation and propagation support

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.1.M2
    • Core Library
    • None

    Description

      We need a way to control transaction isolation level and propagation logic.
      First step is to give an API to control this via explicit call to transaction manager:

      TransactionDescriptor descriptor = new TransactionDescriptor(
                      Connection.TRANSACTION_SERIALIZABLE, 
                      TransactionPropagation.REQUIRES_NEW
              );
      transactionManager.performInTransaction(transactionalOperation, descriptor);
      

       

      Attachments

        Activity

          People

            ntimofeev Nikita Timofeev
            ntimofeev Nikita Timofeev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: