Package org.craftercms.studio.api.v2.dal
Interface RetryingDatabaseOperationFacade
- All Known Implementing Classes:
RetryingDatabaseOperationFacadeImpl
public interface RetryingDatabaseOperationFacade
-
Method Summary
-
Method Details
-
retry
Retries the database operationop
up to the configured maximum retries. SeeRetryingDatabaseOperationAnnotationHandler
- Parameters:
op
- operation to execute
-
retry
Retries the database operationop
up to the configured maximum retries. SeeRetryingDatabaseOperationAnnotationHandler
- Parameters:
op
- operation to execute
-