首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

Hibernate4 annotation范例补充

2013-09-17 
Hibernate4 annotation实例补充try {configuration.configure(/db/hb.cfg.xml)} catch (HibernateExcep

Hibernate4 annotation实例补充
try {configuration.configure("/db/hb.cfg.xml");} catch (HibernateException e) {// TODO Auto-generated catch blocke.printStackTrace();}

?

另一方法是使用main方法测试,个人感觉不好,不够专业,junit是专门的单元测试

热点排行