internationalization « Database « JPA Q&A





1. Internationalization at db level in Play framework    stackoverflow.com

Is there a clean solution for multilingual fields in JPA? I think about this db structure: table product

+---------+--------------+-----+ 
| Field   | Type         | ...

2. I18N compliance and Hibernate Custom Dialects    forum.hibernate.org

I have searched high and low for some solid documentation on how to implement new dialects into hibernate. The original issue was that hiberate was not plugging in the needed characters for nationalization regardless of database. I could go in a replace all tokens with the name varchar to nvarchar and char to nchar and text or clob to ntext for ...