unicode « Schema « JPA Q&A





1. Problem with UTF-8 in Create Schema By Hibernate    stackoverflow.com

this is My hibernate.hbm.xml and I use MySQL

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
    <session-factory>

        <property name="hibernate.dialect">org.hibernate.dialect.MySQL5InnoDBDialect</property>
   ...

2. SchemaExport and Unicode strings    forum.hibernate.org

Hibernate version: 3.1 I'm curious about SchemaExport. I have my own hand developed scripts for the different db's we support so it's just curiousity and not necessity. We store strings in Unicode columns. The different db's have various representations for what to call these. For example, in SQL Server it's NVARCHAR but in Sybase ASA its VARCHAR but the db is ...