package com.gstone.history.entity;
import java.sql.Types;
import org.hibernate.Hibernate; import org.hibernate.dialect.MySQLDialect;
public class BlobMySQLDialect extends MySQLDialect{ public BlobMySQLDialect(){ super(); registerHibernateType(Types.LONGVARBINARY, Hibernate.BLOB.getName()); } }
然后在配置文件中,改方言:
com.gstone.history.entity.BlobMySQLDialect
class="org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean">
false
com.gstone.history.entity.BlobMySQLDialect
org.hibernate.cache.EhCacheProvider
spring/ehcache.xml