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 ドライバーがすべてを処理します。エンコーディングの値が何であるかを認識し、ユーザーが何もしなくても適切なエンコーディングを使用します。