使用 JPA 时如何设置 Oracle NLS_LANG

发布于 2024-12-27 13:01:12 字数 130 浏览 2 评论 0原文

我正在使用 JPA 访问 Oracle 数据库,该数据库的编码设置为 ISO-8859-1。

如何使用 JPA 设置 NLS_LANG 以接收正确编码的数据?

我怀疑它应该设置在持久性上下文 XML 中的某个位置。

I am using JPA to access an Oracle database which has its encoding set to ISO-8859-1.

How do I set NLS_LANG using JPA to receive data in the correct encoding?

I suspect it should be set somewhere in the persistence context XML.

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

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

发布评论

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

评论(1

一个人练习一个人 2025-01-03 13:01:12

JDBC 驱动程序负责处理一切。它知道编码值是什么,并使用适当的编码,而无需您执行任何操作。

The JDBC driver takes care of everything. It knows what the encoding value is and uses the appropriate encoding without any action on your part.

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