java.lang.UnsupportedOperationException:Blob 不可缓存
将 java.sql.Blob 字段添加到我的一个对象后,hibernate 持久性管理器现在抛出 Blob 不可缓存异常。
除了禁用缓存之外,您知道如何解决此问题。我尝试让这个场变得短暂,但当然没有成功。
顺便说一句,我使用最新的 Spring 框架。
After adding java.sql.Blob
field to one of my objects the hibernate persistence manager is now throwing Blobs are not cacheable
exception.
Any idea how to solve this other than disabling the cache. I tried making the field transient but of course with no success.
BTW I use the latest Spring Framework.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你有2个选择。
You have 2 choices.