一尘不染

javax.persistence.PersistenceException:org.hibernate.type.SerializationException:无法反序列化

hibernate

在hibernate状态下执行条件查询时,出现以下异常:

javax.persistence.PersistenceException: javax.persistence.PersistenceException: org.hibernate.type.SerializationException: could not deserialize: could not deserialize

可能是什么问题呢?

PS:虽然可能不相关,但我的hibernate版本是hibernate-4.0.1 final。


阅读 264

收藏
2020-06-20

共1个答案

一尘不染

问题在于被引用的实体对实体有另一个引用,并且该关系未由任何@OneToMany-like注释进行注释。

2020-06-20