public class ExposedTransactionManager
Delegates methods to class DatabaseTransactionManager.
The class will obsolete when Exposed library is phased out.
class DatabaseTransactionManager| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ExposedTransactionManager.Companion  | 
| Modifier and Type | Field and Description | 
|---|---|
static ExposedTransactionManager.Companion | 
Companion  | 
| Constructor and Description | 
|---|
ExposedTransactionManager()
Delegates methods to  
class DatabaseTransactionManager.
The class will obsolete when Exposed library is phased out. | 
| Modifier and Type | Method and Description | 
|---|---|
org.jetbrains.exposed.sql.Transaction | 
currentOrNull()  | 
org.jetbrains.exposed.sql.Transaction | 
newTransaction(int isolation)  | 
public static ExposedTransactionManager.Companion Companion
public ExposedTransactionManager()
Delegates methods to class DatabaseTransactionManager.
The class will obsolete when Exposed library is phased out.
class DatabaseTransactionManager