Class CockroachRetryingTransactionalExecutionTemplate

  • All Implemented Interfaces:
    ExecutionTemplate

    public class CockroachRetryingTransactionalExecutionTemplate
    extends TransactionalExecutionTemplate
    Spring-like template for executing transactions. Cockroach always operates with transaction isolation level SERIALIZABLE and needs a retrying pattern.