摘要: 结论: 使用迫切加载时是级联查询,只执行一条sql, 使用懒加载是执行多条sql. 和之前的认知不同 执行一条sql的前提:查询条件是id,且级联对象迫切加载 实体对象 @Id private Long id; private String uid; private Integer trade_ty 阅读全文
posted @ 2018-08-06 19:01 車輪の唄 阅读(10) 评论(0) 推荐(0) 编辑
摘要: Could not write content: No serializer found for class org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer and no properties discovered to cre 阅读全文
posted @ 2018-08-06 15:21 車輪の唄 阅读(8) 评论(0) 推荐(0) 编辑