|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SqlServiceTransactionManager
SqlServiceTransactionManager interface specified services that are related to managing a transaction.
Method Summary | |
---|---|
void |
beginTransaction()
Begin a transaction. |
void |
beginTransaction(java.lang.String type)
Begin a transaction of a specific type. |
void |
commitTransaction()
Commit a transaction. |
void |
releaseResources()
Release all resources hold by this transaction. |
void |
rollbackTransaction()
Rollback a transaction. |
Method Detail |
---|
void beginTransaction()
void beginTransaction(java.lang.String type)
void commitTransaction()
void rollbackTransaction()
void releaseResources()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |