ThreadLocalTransactionManager
class ThreadLocalTransactionManager( db: Database, setupTxConnection: (ExposedConnection<*>, TransactionInterface) -> Unit? = null) : TransactionManagerApi
Deprecated
This class will be removed entirely in future releases.
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