| Package | Description |
|---|---|
| org.seasar.doma.jdbc.tx |
Provides transaction related classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeepAliveLocalTransaction
A local transaction that keeps a JDBC connection open until the transaction is explicitly
destroyed.
|
| Modifier and Type | Field and Description |
|---|---|
protected LocalTransaction |
LocalTransactionManager.transaction |
| Modifier and Type | Method and Description |
|---|---|
LocalTransaction |
LocalTransactionDataSource.getLocalTransaction(JdbcLogger jdbcLogger)
Returns a local transaction.
|
LocalTransaction |
LocalTransactionDataSource.getLocalTransaction(JdbcLogger jdbcLogger,
TransactionIsolationLevel transactionIsolationLevel)
Returns a local transaction with the specified transaction level.
|
LocalTransaction |
LocalTransactionManager.getTransaction()
Returns the transaction.
|
| Constructor and Description |
|---|
LocalTransactionManager(LocalTransaction transaction)
Create an instance.
|