Uses of Interface
migratedb.core.api.internal.jdbc.ExecutionTemplate
-
Packages that use ExecutionTemplate Package Description migratedb.core.api.internal.database.base migratedb.core.internal.database.base Private API.migratedb.core.internal.database.cockroachdb Private API.migratedb.core.internal.jdbc Private API. -
-
Uses of ExecutionTemplate in migratedb.core.api.internal.database.base
Methods in migratedb.core.api.internal.database.base that return ExecutionTemplate Modifier and Type Method Description ExecutionTemplateDatabaseType. createTransactionalExecutionTemplate(Connection connection, boolean rollbackOnException)Initializes the ExecutionTemplate used by this Database Type. -
Uses of ExecutionTemplate in migratedb.core.internal.database.base
Methods in migratedb.core.internal.database.base that return ExecutionTemplate Modifier and Type Method Description ExecutionTemplateBaseDatabaseType. createTransactionalExecutionTemplate(Connection connection, boolean rollbackOnException) -
Uses of ExecutionTemplate in migratedb.core.internal.database.cockroachdb
Classes in migratedb.core.internal.database.cockroachdb that implement ExecutionTemplate Modifier and Type Class Description classCockroachRetryingTransactionalExecutionTemplateSpring-like template for executing transactions.Methods in migratedb.core.internal.database.cockroachdb that return ExecutionTemplate Modifier and Type Method Description ExecutionTemplateCockroachDBDatabaseType. createTransactionalExecutionTemplate(Connection connection, boolean rollbackOnException) -
Uses of ExecutionTemplate in migratedb.core.internal.jdbc
Classes in migratedb.core.internal.jdbc that implement ExecutionTemplate Modifier and Type Class Description classPlainExecutionTemplateclassTableLockingExecutionTemplateclassTransactionalExecutionTemplateSpring-like template for executing transactions.Methods in migratedb.core.internal.jdbc that return ExecutionTemplate Modifier and Type Method Description static ExecutionTemplateExecutionTemplateFactory. createExecutionTemplate(Connection connection, DatabaseTypeRegister databaseTypeRegister)Creates a new execution template for this connection.static ExecutionTemplateExecutionTemplateFactory. createExecutionTemplate(Connection connection, Database<?> database)Creates a new execution template for this connection.static ExecutionTemplateExecutionTemplateFactory. createTableExclusiveExecutionTemplate(Connection connection, Table<?,?> table, Database<?> database)Creates a new execution template for this connection, which attempts to get exclusive access to the table
-