Package ubic.gemma.persistence.retry
Class RetryTest.TestRetryService
java.lang.Object
ubic.gemma.persistence.retry.RetryTest.TestRetryService
- Enclosing class:
RetryTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintvoidsetTestRetryDao(RetryTest.TestRetryDao testRetryDao)
-
Constructor Details
-
TestRetryService
public TestRetryService()
-
-
Method Details
-
pessimisticOperation
public int pessimisticOperation() -
pessimisticOperationWithTransactionalAnnotation
@Transactional public int pessimisticOperationWithTransactionalAnnotation() -
pessimisticOperationWithoutRetry
public int pessimisticOperationWithoutRetry() -
setTestRetryDao
-