Hibernate 支持十倍方言吗

发布于 2024-09-30 19:55:24 字数 131 浏览 0 评论 0原文

出于性能原因,尝试使用 Oracle 的 Times Ten db 而不是 hsqldb。我读到您需要使用十倍 sql 方言类文件创建新的 hibernate.jar 文件。事实证明,这有点具有挑战性。 Hibernate 现在可以使用十倍方言吗?

Trying to use Oracle's Times Ten db instead of hsqldb for performance reasons. I read where you need to create a new hibernate.jar file using times ten sql dialect class file. This is proving to be a little challenging. Does hibernate now work with times ten dialect?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

無心 2024-10-07 19:55:24

我读到您需要使用十倍 sql 方言类文件创建新的 hibernate.jar 文件。

你在哪里读到的?除非您需要更改 Hibernate,否则无需重新编译 Hibernate 即可使用方言,只要它在类路径上可用即可。

hibernate 现在可以使用十倍方言吗?

我自己从未尝试过,但 Oracle 的 TimesTen 7 包含 org.hibernate.dialect.TimesTen7Dialect ,它应该可以与较新的版本(即 TimesTen 11g)一起使用。

TimesTen 方言已提交纳入 Hibernate(请参阅 HHH-3067)但仍然不是。因此,要么下载 TimesTen 7 (或者从 HHH-3061 但我不能说它们是否相似)。

I read where you need to create a new hibernate.jar file using times ten sql dialect class file.

Where did you read that? Unless you need change Hibernate, there is no need to recompile Hibernate to use a Dialect, as long as it's available on the classpath.

Does hibernate now work with times ten dialect?

Never tried myself but Oracle's TimesTen 7 includes org.hibernate.dialect.TimesTen7Dialect that is supposed to work with newer versions (i.e. TimesTen 11g).

TimesTen dialects have been submitted for inclusion into Hibernate (see HHH-3067) but still aren't. So either download TimesTen 7 (or maybe get it from HHH-3061 but I can't say if they are similar).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文