This module enables updates to multiple databases within
a single transaction. It is integrated with
[[module ceylon.dbc]].
First, obtain a reference to the
[[transaction manager|TransactionManager]] by importing
its [[singleton instance|transactionManager]]:
import ceylon.transaction.tm {
tm=transactionManager
}
Then [[start|TransactionManager.start]] it:
tm.start();
The `TransactionManager` needs to know about every JDBC
[[datasource|javax.sql::XADataSource]] so that it ...
| License | Apache 2.0 |
|---|---|
| Tags | ceylontransaction |
| HomePage | http://ceylon-lang.org 🔍 Inspect URL |
| Ranking | #354838 in MvnRepository (See Top Artifacts) |
| Used By | 1 artifacts |