Class RetryTest.TestRetryService

java.lang.Object
ubic.gemma.persistence.retry.RetryTest.TestRetryService
Enclosing class:
RetryTest

@Service public static class RetryTest.TestRetryService extends Object
  • Constructor Details

    • TestRetryService

      public TestRetryService()
  • Method Details

    • pessimisticOperation

      public int pessimisticOperation()
    • pessimisticOperationWithTransactionalAnnotation

      @Transactional public int pessimisticOperationWithTransactionalAnnotation()
    • pessimisticOperationWithoutRetry

      public int pessimisticOperationWithoutRetry()
    • setTestRetryDao

      public void setTestRetryDao(RetryTest.TestRetryDao testRetryDao)