Hibernate的默认配置文件是()。
A. hibernate.cfg.xml
B. hibernate.properties
C. hibernate.hbm.xml
D. hibernate.xml
Hibernate的Configuration类主要用来加载()。
A. hibernate.cfg.xml
B. hibernate.properties
C. hibernate.hbm.xml
D. struts.xml
Hibernate的每一个表对应一个扩展名为()映射文件。
A. cfg.xml
B. hbm.xml
C. properties
D. html
Hibernate中( )负责创建打开Session。
A. Transaction接口
B. Configuration接口
C. SessionFactory接口
D. Query接口