Interface CamundaTransactionManager.TransactionConnection
- Enclosing interface:
- CamundaTransactionManager
public static interface CamundaTransactionManager.TransactionConnection
-
Method Summary
-
Method Details
-
commit
void commit() throws ru.tinkoff.kora.database.jdbc.RuntimeSqlException- Throws:
ru.tinkoff.kora.database.jdbc.RuntimeSqlException
-
rollback
void rollback() throws ru.tinkoff.kora.database.jdbc.RuntimeSqlException- Throws:
ru.tinkoff.kora.database.jdbc.RuntimeSqlException
-