Hibernate : Disabling contextual LOB creation as createClob() method threw error处理

在applicationContext.xml文件中加入下面一行即可:

false 

如下所示:




org.hibernate.dialect.MySQL5InnoDBDialect


update
true
true
false


你可能感兴趣的:(hibernate)