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 © 2013. All rights reserved.