單項選擇題在Spring容器中注冊事務注解驅(qū)動的元素是()。

A.<aop:pointcut>
B.<aop:config>
C.<tx:annotation-driven>
D.<tx:advice>


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題@Transactional的參數(shù)()用于指定需要使用的事務管理器。

A.propagation
B.value
C.isolation
D.rollbackForClassName

3.單項選擇題下列的注解代表事務的是()。

A.@Test
B.@Transactional
C.@Overide
D.@Component

4.單項選擇題<tx:method>元素的()屬性用于指定事務的傳播行為。

A.rollback-for
B.read-only
C.isolation
D.propagation

5.單項選擇題TransactionStatus接口的()方法用來獲取事務是否完成。

A.setRollBackOnly()
B.isRollbackOnly()
C.isCompleted()
D.hasSavepoint()