Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationT

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/u014166319/article/details/77457369

如果hibernate的项目出现这个错误:
Disabling contextual LOB creation as createClob() method threw error : Java.lang.reflect.InvocationT
解决方案是:在配置文件的地方增加

<property name="hibernate.temp.use_jdbc_metadata_defaults">false</property>

猜你喜欢

转载自blog.csdn.net/u014166319/article/details/77457369
LOB
今日推荐