Uses of Interface
migratedb.v1.core.api.internal.jdbc.ExecutionTemplate
-
Packages that use ExecutionTemplate Package Description migratedb.v1.core.api.internal.database.base migratedb.v1.core.internal.database.base Private API.migratedb.v1.core.internal.database.cockroachdb Private API.migratedb.v1.core.internal.jdbc Private API. -
-
Uses of ExecutionTemplate in migratedb.v1.core.api.internal.database.base
Methods in migratedb.v1.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.v1.core.internal.database.base
Methods in migratedb.v1.core.internal.database.base that return ExecutionTemplate Modifier and Type Method Description ExecutionTemplateBaseDatabaseType. createTransactionalExecutionTemplate(Connection connection, boolean rollbackOnException) -
Uses of ExecutionTemplate in migratedb.v1.core.internal.database.cockroachdb
Classes in migratedb.v1.core.internal.database.cockroachdb that implement ExecutionTemplate Modifier and Type Class Description classCockroachRetryingTransactionalExecutionTemplateSpring-like template for executing transactions.Methods in migratedb.v1.core.internal.database.cockroachdb that return ExecutionTemplate Modifier and Type Method Description ExecutionTemplateCockroachDBDatabaseType. createTransactionalExecutionTemplate(Connection connection, boolean rollbackOnException) -
Uses of ExecutionTemplate in migratedb.v1.core.internal.jdbc
Classes in migratedb.v1.core.internal.jdbc that implement ExecutionTemplate Modifier and Type Class Description classPlainExecutionTemplateclassTableLockingExecutionTemplateclassTransactionalExecutionTemplateSpring-like template for executing transactions.Methods in migratedb.v1.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
-