Class TableLockingExecutionTemplate

    • Method Detail

      • 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.