hibernate.cfg.xml加上属性.
true
utf-8
mysql 的驱动用3.0.15以上版本的,
加个filter, 使用utf-8字符集就可以了,
若使用spring则写在spring中的sessionfactory里即可。
例如:
br>-//hibernate/hibernate configuration dtd 3.0//en
http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd>
root
jdbc:mysql://localhost:3306/hibernate_table
org.hibernate.dialect.mysqldialect
mysql hibernatetable
12345678
com.mysql.jdbc.driver
true
utf-8
true
true
