Joined: Mon May 10, 2010 6:49 am Posts: 4
|
Hello,
I use Hibernate 3.2. I have a web application which transmits all data to the Hibernate backend in UTF-8. This data in put into the Hibernate entity. Unfortunately the database is ISO 8859-15 encoding (I would like to change that but can't as other applications still need this).
Do I have to encode all UTF-8 Strings myself to ISO 8859-15 or can I tell Hibernate to do this for me when saving the entitiy? I use an Oracle database.
Thanks for all comments.
Claus
|
|