BSD爱好者乐园jxtm.blog.chinaunix.net
剑心通明
全部博文(7460)
节日礼物(0)
特产美食(0)
运动户外(0)
计算机相关(0)
女人(0)
男人(0)
母婴(0)
居家(0)
美容时尚(0)
手机数码(0)
2011年(1)
2009年(669)
2008年(6790)
linux_ka
叶绍琛
zongg
瑞儿
HonestQi
love400
nqcc2014
wjwjwj
leimingg
pinkowa
grape
tracywan
lirongwe
oneplusc
分类: Mysql/postgreSQL
2008-04-02 16:38:26
一.连接MySQL数据库
com.mysql.jdbc.Driver jdbc:mysql://192.168.0.1/databasename? useUnicode=true&characterEncoding=utf-8& autoReconnect=true username password 10 20 10 org.hibernate.dialect.MySQLDialect false true true true net.sf.ehcache.hibernate.EhCacheProvider org.hibernate.connection.C3P0ConnectionProvider true 1, false 0, yes 'Y', no 'N' true true true org.hibernate.hql.ast.ASTQueryTranslatorFactory xxx/xx/xx.hbm.xml xxx/xx/xx.hbm.xml
二.连接Oracle数据库
oracle.jdbc.driver.OracleDriver jdbc:oracle:thin:@192.168.0.1:1521:orcl username password 10 20 10 org.hibernate.dialect.OracleDialect false true true true net.sf.ehcache.hibernate.EhCacheProvider org.hibernate.connection.C3P0ConnectionProvider true 1, false 0, yes 'Y', no 'N' true true true org.hibernate.hql.ast.ASTQueryTranslatorFactory xxx/xx/xx.hbm.xml xxx/xx/xx.hbm.xml
(责任编辑:卢兆林)
上一篇:带你深入了解MySQL语句优化的基本原则
下一篇:详细讲解MySQL数据库对文件操作的封装
登录 注册