ThreadLocalTransactionManager
class ThreadLocalTransactionManager(db: Database, setupTxConnection: (ExposedConnection<*>, TransactionInterface) -> Unit? = null) : TransactionManagerApi
Deprecated (with error)
This class will be removed entirely in release 1.0.0.
Replace with
TransactionManager
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(db: Database, setupTxConnection: (ExposedConnection<*>, TransactionInterface) -> Unit? = null)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun newTransaction(isolation: Int = defaultIsolationLevel, readOnly: Boolean = defaultReadOnly, outerTransaction: JdbcTransaction? = null): JdbcTransaction