Azure SQL 服务器中的 UTF8 支持

UTF8 support in Azure SQL Server

我读到需要对 utf8 字段使用 "nvarhar"。但是如何通过Hibernate来定义呢 & Spring?

@Column(name = "TITLE", nullable = false)
private String title;

如果您想全局进行此更改,您可以使用休眠类型注册表覆盖休眠默认映射:http://docs.jboss.org/hibernate/orm/3.6/reference/en-US/html/types.html#types-registry