相关考题
-
单项选择题
在Spring容器中注册事务注解驱动的元素是()。
A.<aop:pointcut>
B.<aop:config>
C.<tx:annotation-driven>
D.<tx:advice> -
单项选择题
()注解与<tx:method>元素中的事务属性基本是对应的,并且含义也基本相似。
A.@Test
B.@Service
C.@Controller
D.@Transactional -
单项选择题
@Transactional的参数()用于指定需要使用的事务管理器。
A.propagation
B.value
C.isolation
D.rollbackForClassName
