单项选择题
当需要整合Spring和Hibernate时,通常采用()方式来完成。
A.通过配置Hibernate的配置文件,声明Spring的存在
B.通过配置Spring的配置文件,配置Hibernate的SessionFactory及其POJO
C.通过配置web.xml
D.通过配置Hibernate的映射文件,声明Spring的存在
点击查看答案
相关考题
-
单项选择题
在Spring框架中,SpringDAO模块包括几个重要的包,其中()提供了简化对RDBMS的访问使用。
A.org.springframework.dao.support
B.org.springframework.dao.jdbc
C.org.springframework.dao.orm
D.org.springframework.dao.tools -
单项选择题
SpringWeb和SpringWebMVC模块的关系很密切,对于SpringWeb模块的包,()为Web应用提供Web上下文子接口和类,其中,包括了用于引导Web根上下文的监听器。
A.org.springframework.web.bind
B.org.springframework.web.context
C.org.springframework.web.context.support
D.org.springframework.web.filter -
单项选择题
SpringWeb和SpringWebMVC模块的关系很密切,对于SpringWeb模块的包,()可以为Web应用提供数据绑定功能。
A.org.springframework.web.bind
B.org.springframework.web.context
C.org.springframework.web.context.support
D.org.springframework.web.filter
