Hibernate_事务.docVIP

  • 1
  • 0
  • 约2.54千字
  • 约 2页
  • 2017-06-08 发布于河南
  • 举报
Hibernate_事务

Hibernate不同数据库的连接及SQL方言 本文讲述Hibernate不同数据库的连接及SQL方言。Hibernate不同数据库的连接可能会出现错误,有一种情况是由于Hibernate SQL方言设置不正确而导致的。 以下代码展示Hibernate不同数据库的连接。 ?!--MySql?驱动程序?eg.?mysql-connector-java-5.0.4-bin.jar-- ? ?property?name dialect org.hibernate.dialect.MySQLDialect property?name connection.driver_class com.mysql.jdbc.Driver !--?JDBC?URL?-- property?name connection.url jdbc:mysql://localhost/dbname?characterEncoding gb2312 !--?数据库用户名-- property?name connection.username root !--?数据库密码-- property?name connection.password root !--Sql?Server?驱动程序?eg.jtds-1.2.jar-- property?name dialect org.hibernate.dialect.SQL

文档评论(0)

1亿VIP精品文档

相关文档