【发布时间】:2021-03-13 15:10:04
【问题描述】:
我已经看到有关如何解决 org.postgresql.jdbc.PgConnection.createClob() is not yet implemented 的帖子,并且我已按照有关 createClob() 问题的帖子的建议应用了 spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true。我的问题是我收到了 is not yet implemented 消息,但特别参考了 createBlob() 方法。
对于 createBlob() 方法,我该如何解决这个问题?
休眠核心 5.4.20
Postgre 42.2.18
Spring Boot 2.3.3
【问题讨论】:
标签: java postgresql spring-boot hibernate