public interface Transaction
| 限定符和类型 | 方法和说明 |
|---|---|
void |
begin() |
void |
close() |
void |
commit() |
Connection |
getConnection(MimosaDataSource dataSource) |
void |
rollback() |
Connection getConnection(MimosaDataSource dataSource) throws TransactionException
void begin()
throws TransactionException
void commit()
throws TransactionException
void rollback()
throws TransactionException
void close()
throws TransactionException
Copyright © 2020. All rights reserved.