hibernate
lysunki
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Hibernate session-factory 配置
[code="xml"] com.mysql.jdbc.Driver jdbc:mysql://localhost/edu root tiger org.hibernate.dialect.MySQLDialect true thread 20 5 120 100 120 2 true t...原创 2011-11-06 21:32:42 · 167 阅读 · 0 评论 -
Hibernate基本使用
[code="java"] public void testSave() { Session session = null; Transaction tx = null; try { session = HibernateUtils.getSession(); tx = session.beginTransaction(); User1 user = ...原创 2013-03-01 16:47:36 · 105 阅读 · 0 评论
分享