Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 JPA 访问其编码设置为 ISO-8859-1 的 Oracle 数据库。
如何使用 JPA 设置 NLS_LANG 以接收正确编码的数据?
我怀疑它应该设置在持久性上下文 XML 中的某个地方。
JDBC 驱动程序负责一切。它知道编码值是什么,并使用适当的编码,而无需您采取任何行动。