
JPA_Hibernate_iBatis
love452076852
我就是我!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
hibernate的hibernate.hbm2ddl.auto属性
解释如下: hibernate.hbm2ddl.auto Automatically validate or export schema DDL to the database when the SessionFactory is created. With create-drop, the database schema will be dropped when the Sessi...原创 2010-06-28 10:38:04 · 116 阅读 · 0 评论 -
c3p0
C3P0是一个开放源代码的JDBC连接池,它在lib目录中与Hibernate一起发布,包括了实现jdbc3和jdbc2扩展规范说明的Connection 和Statement 池的DataSources 对象。 c3p0-config> 3 30 1000 false Test ...原创 2010-07-02 11:14:02 · 120 阅读 · 0 评论