通过在Spring配置文件中配置SqlSessionFactoryBean,最终返回的是()类型的Bean?

分类: SSM第八单元 发布时间: 2024-01-21 03:07 浏览量: 0

通过在Spring配置文件中配置SqlSessionFactoryBean,最终返回的是()类型的Bean?

A.SqlSessionFactoryBean

B.SqlSessionFactory

C.SqlSession

D.FactoryBean

正确答案是B