org.hibernate.LazyInitializationException: could not initialize proxy [com.angus.entity.ProductCateg

2021-05-05 23:27

阅读:300

标签:hibernate   org   one   not   com   默认   category   exception   ESS   

错误现象:

org.hibernate.LazyInitializationException: could not initialize proxy [com.angus.entity.ProductCategory#1] - no Session



解决方式

在出问题的实体类上加@Proxy(lazy = false)



原因

hibernate默认是懒加载的。

org.hibernate.LazyInitializationException: could not initialize proxy [com.angus.entity.ProductCateg

标签:hibernate   org   one   not   com   默认   category   exception   ESS   

原文地址:https://www.cnblogs.com/bestjdg/p/12105100.html


评论


亲,登录后才可以留言!