
hibernate
iteye_5554
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Hiberante spring integration
All you need to do is to config the following 2 beans in your spring config file. <!-- Hibernate configuration --><bean id="dataSource" class="com.mchange.v2.c3p0.Combo...2009-01-15 12:25:11 · 102 阅读 · 0 评论 -
Hibernate usage
hibernate logging ## print all generated SQL to the consolehibernate.show_sql true ## format SQL in log and consolehibernate.format_sql true ## add comments to ...原创 2009-03-24 11:40:39 · 143 阅读 · 0 评论 -
Key points of Hibernate config
1) POJO classes and hbm.xml files must be in the same folder.2) Hibernate.cfg.xml must be in the root of src folder.原创 2009-07-21 10:01:00 · 100 阅读 · 0 评论