在hibernate状态下执行条件查询时,出现以下异常:
javax.persistence.PersistenceException: javax.persistence.PersistenceException: org.hibernate.type.SerializationException: could not deserialize: could not deserialize
可能是什么问题呢?
PS:虽然可能不相关,但我的hibernate版本是hibernate-4.0.1 final。
问题在于被引用的实体对实体有另一个引用,并且该关系未由任何@OneToMany-like注释进行注释。
@OneToMany