Uses of Interface
migratedb.v1.core.api.internal.jdbc.ExecutionTemplate
Packages that use ExecutionTemplate
Package
Description
Private API.
Private API.
Private API.
-
Uses of ExecutionTemplate in migratedb.v1.core.api.internal.database.base
Methods in migratedb.v1.core.api.internal.database.base that return ExecutionTemplateModifier and TypeMethodDescriptionDatabaseType.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 ExecutionTemplateModifier and TypeMethodDescriptionBaseDatabaseType.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 ExecutionTemplateModifier and TypeClassDescriptionclassSpring-like template for executing transactions.Methods in migratedb.v1.core.internal.database.cockroachdb that return ExecutionTemplateModifier and TypeMethodDescriptionCockroachDBDatabaseType.createTransactionalExecutionTemplate(Connection connection, boolean rollbackOnException) -
Uses of ExecutionTemplate in migratedb.v1.core.internal.jdbc
Classes in migratedb.v1.core.internal.jdbc that implement ExecutionTemplateModifier and TypeClassDescriptionclassclassclassSpring-like template for executing transactions.Methods in migratedb.v1.core.internal.jdbc that return ExecutionTemplateModifier and TypeMethodDescriptionstatic 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