public interface TransactionPropagation
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
void |
commit() |
Connection |
getConnection() |
boolean |
isAutoCommit()
虚拟标识事物是否存在
|
void |
rollback() |
void |
setDataSource(MimosaDataSource dataSource) |
void setDataSource(MimosaDataSource dataSource) throws TransactionException
Connection getConnection() throws TransactionException
void commit()
throws TransactionException
void rollback()
throws TransactionException
void close()
throws TransactionException
boolean isAutoCommit()
throws TransactionException
TransactionExceptionCopyright © 2020. All rights reserved.