相关考题
-
单项选择题
下列那个选项属于事务管理器()
A.TransactionManager
B.DataSource
C.QueryForObject
D.CALL -
单项选择题
@Transactional注解一般放在()
A.业务层
B.数据层
C.控制层
D.其它 -
单项选择题
applicationContext.xml配置文件中开启注解方式管理AOP事务的是()
A.<property name="driverClass"value="com.mysql.jdbc.Driver"></property>
B.<context:component-scan base-package="com.mhys"></context:component-scan>
C.<tx:annotation/>
D.<tx:annotation-driven/>
