Spring中事务相关的核心接口PlatformTransactionManager提供了()方法用于回滚事务?
A.commit()
B.rollback()
C.getTransaction()
D.isExistingTransaction()
正确答案是B