Why has Hibernate switched to use LONG over CLOB?

前端 未结 3 1339
独厮守ぢ
独厮守ぢ 2021-02-04 09:32

It looks like that Hibernate started using LONG data type in version 3.5.5 (we upgraded from 3.2.7) instead of CLOB for the property of type=\"te

3条回答
  •  一个人的身影
    2021-02-04 10:00

    It looks like the resolution to this issue is to use materialized_clob, at least that's what's being said by Gail Badner on HHH-5569.

    This doesn't help me at all (and I left relevant comment about that) but might be helpful for someone else here. Anyway the bug is rejected and there is very little I can do about it but use overriden dialect :(

提交回复
热议问题