public interface TransactionManager
void begin()
TransactionException
- If an exception got thrown while beginning the exceptionvoid commit()
TransactionException
- If an exception got thrown while committing the exceptionvoid rollback()
TransactionException
- If an exception got thrown while rollingback the exceptionCopyright © 2014. All rights reserved.