且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

用于Oracle Database 11g的Hibernate方言?

更新时间:2022-01-23 09:12:47

使用Oracle 10g方言。此外,最近的JDBC驱动程序还需要Hibernate 3.3.2+(内部类结构已更改 - 症状将引发抽象类的唠叨)。

Use the Oracle 10g dialect. Also Hibernate 3.3.2+ is required for recent JDBC drivers (the internal class structure changed - symptoms will be whining about an abstract class).

Oracle 11g的方言是相同的作为Oracle 10g( org.hibernate.dialect.Oracle10gDialect )。资料来源: http ://docs.jboss.org/hibernate/orm/3.6/reference/en-US/html/session-configuration.html#configuration-optional-dialects

Dialect of Oracle 11g is same as Oracle 10g (org.hibernate.dialect.Oracle10gDialect). Source: http://docs.jboss.org/hibernate/orm/3.6/reference/en-US/html/session-configuration.html#configuration-optional-dialects