Oracle 数据库 11g 的 Hibernate 方言?

Hibernate dialect for Oracle Database 11g?(Oracle 数据库 11g 的 Hibernate 方言?)
本文介绍了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 方言?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Hibernate reactive No Vert.x context active in aws rds(AWS RDS中的休眠反应性非Vert.x上下文处于活动状态)
SQL to Generate Periodic Snapshots from Transactions Table(用于从事务表生成定期快照的SQL)
How to define composite foreign key mapping in hibernate?(如何在Hibernate中定义复合外键映射?)
MyBatis support for multiple databases(MyBatis支持多个数据库)
Oracle 12c SQL: Missing column Headers in result(Oracle 12c SQL:结果中缺少列标题)
SQL query to find the number of customers who shopped for 3 consecutive days in month of January 2020(查询2020年1月连续购物3天的客户数量)