Class TableLockingExecutionTemplate

java.lang.Object
migratedb.v1.core.internal.jdbc.TableLockingExecutionTemplate
All Implemented Interfaces:
ExecutionTemplate

public class TableLockingExecutionTemplate extends Object implements ExecutionTemplate
  • Method Details

    • execute

      public <T> T execute(Callable<T> callback)
      Description copied from interface: ExecutionTemplate
      Executes this callback within the context of the connection
      Specified by:
      execute in interface ExecutionTemplate
      Parameters:
      callback - The callback to execute.
      Returns:
      The result of the callback.