TxBoundary

trait TxBoundary[A]

This type class enable users to customize the behavior of transaction boundary(commit/rollback).

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def finishTx(result: A, tx: Tx): A

Finishes the current transaction.

Finishes the current transaction.

Concrete methods

def closeConnection(result: A, doClose: () => Unit): A

Closes the current connection if needed.

Closes the current connection if needed.