com.ibatis.sqlmap.engine.transaction
public interface TransactionConfig
| Method Summary | |
|---|---|
| DataSource | getDataSource() |
| int | getMaximumConcurrentTransactions()
This should not be used and is here purely to avoid spring integration from breaking |
| void | initialize(Properties props)
This method should call setProperties. |
| boolean | isForceCommit() |
| Transaction | newTransaction(int transactionIsolation) |
| void | setDataSource(DataSource ds) |
| void | setForceCommit(boolean forceCommit) |
| void | setMaximumConcurrentTransactions(int maximumConcurrentTransactions)
This should not be used. |
| void | setProperties(Properties props) |
Deprecated:
This should not be used and is here purely to avoid spring integration from breakingReturns: -1
Deprecated:
This method should call setProperties. It is here simply to ease transitionParameters: props - Properties
Deprecated:
This should not be used. It does nothing and is here purely to prevent Spring integration from breakingParameters: maximumConcurrentTransactions