Hibernate dialect for Oracle Database 11g?(Oracle 数据库 11g 的 Hibernate 方言?)
问题描述
是否有适用于 Oracle Database 11g 的 Hibernate 方言?或者我应该使用 Hibernate 附带的 org.hibernate.dialect.Oracle10gDialect
吗?
Is there a Hibernate dialect for Oracle Database 11g? Or should I use the org.hibernate.dialect.Oracle10gDialect
that ships with Hibernate?
推荐答案
使用 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
这篇关于Oracle 数据库 11g 的 Hibernate 方言?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Oracle 数据库 11g 的 Hibernate 方言?


基础教程推荐
- 使用pyodbc“不安全"的Python多处理和数据库访问? 2022-01-01
- 如何在 SQL Server 的嵌套过程中处理事务? 2021-01-01
- SQL Server:只有 GROUP BY 中的最后一个条目 2021-01-01
- 将数据从 MS SQL 迁移到 PostgreSQL? 2022-01-01
- Sql Server 字符串到日期的转换 2021-01-01
- SQL Server 2016更改对象所有者 2022-01-01
- ERROR 2006 (HY000): MySQL 服务器已经消失 2021-01-01
- 无法在 ubuntu 中启动 mysql 服务器 2021-01-01
- SQL Server 中单行 MERGE/upsert 的语法 2021-01-01
- 在 VB.NET 中更新 SQL Server DateTime 列 2021-01-01