JdbcTransactionManager
Represents the JDBC transaction manager interface, responsible for creating and managing JDBC transactions.
Inheritors
Properties
Functions
Link copied to clipboard
Returns the current JDBC transaction from the thread-local stack for this manager's database, or null if none exists.
Link copied to clipboard
abstract fun newTransaction(isolation: Int = defaultIsolationLevel, readOnly: Boolean = defaultReadOnly, outerTransaction: JdbcTransaction? = null): JdbcTransaction
Returns a JdbcTransaction instance.