Class CockroachRetryingTransactionalExecutionTemplate

java.lang.Object
migratedb.v1.core.internal.jdbc.TransactionalExecutionTemplate
migratedb.v1.core.internal.database.cockroachdb.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.
  • Method Details