unicode « Column « JPA Q&A





1. Handling NVARCHAR columns with MS SQL Server and Hibernate    stackoverflow.com

I have an application which uses MS SQL Server 2005 as the DBMS and jTDS as the JDBC driver. All the columns storing text are of type VARCHAR. A sendStringParametersAsUnicode=false parameter ...

2. Support for unicode columns in MS SQL Server database?    forum.hibernate.org

Hi I want to create tables with column types "nvarchar, nchar, etc" (unicode aware columns) in the MS SQL server database. How do I that using Hibernate? I saw a couple of articles about a different dialect to use "SQLServerIntlDialect", but it doesnt seem to be in Hibernate 3.2. If its not yet added, is there a way to do what ...