单项选择题
A.Bean B.ApplicationContext C.PropertyEditor D.Aspect
通常,在Spring事务管理中,会通过Spring的()接口来简化编程式事务管理A.TransactionAt...
单项选择题通常,在Spring事务管理中,会通过Spring的()接口来简化编程式事务管理
A.TransactionAttribute B.TransactionTemplate C.TransactionStatus D.DatasourceTransactionManager
Spring封装了事务策略,它的中心接口是org.springframework.transaction.Pl...
单项选择题Spring封装了事务策略,它的中心接口是org.springframework.transaction.PlatformTransactionManager,它的实例通常在()中声明。
A.Bean的配置文件 B.资源文件 C.映射文件 D.持久化类
在SpringMVC中,提供了一个()控制器,能够统一分发Web请求。A.SpringServletB.Dis...
单项选择题在SpringMVC中,提供了一个()控制器,能够统一分发Web请求。
A.SpringServlet B.DispatcherServlet C.ActionServlet D.SpringActionServlet