`
mintelong
  • 浏览: 396206 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Hibernate:org.hibernate.LazyInitializationException: failed to lazily initialize

    博客分类:
  • j2ee
阅读更多

错误代码:

org.hibernate.LazyInitializationException:failed to lazily initialize a collection of role:*.Class.property,no session or session was closed

错误原因:

在hibernate的映射关系中由于延迟加载,之前的操作使session已经关闭,所以加载set属性时无可用session

解决方案:

设置set的属性lazy="false"

分享到:
评论

相关推荐

    stream.js Javascript

    stream.js 是一个很小、完全独立的Javascript类库,它为你提供了一个新的...他的这种魔力来自于具有延后(lazily)执行的能力。这简单的术语完全能表明它们可以加载无穷多的元素。(http://www.aqee.net/docs/stream/)

    Android代码-clojure-jsr223

    lazily. Copyright (c) 2009 Armando Blancas. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 ...

    Free Hex Control

    / specific area difficult, so I lazily redraw almost the whole control whenever / it needs. This results in the slowness (I suggest you can use the control in data / display, ^_^). In next version,...

    广东省深圳市文汇中学2015届九年级英语上学期第7周周末作业(答案不全) 牛津深圳版

    `lazily`:金鱼慵懒地(lazily)成群结队地在水面下游动。 - 15. `coats`:他们给前门刷了三层(coats)油漆。 2. **关键短语或词组**: - 1. `come along`:一起来,过来。 - 2. `a novel called…`:一本叫做...

    Pandas Cookbook 2017 pdf 2分

    Slicing rows lazily Getting ready How to do it... How it works... There's more... Slicing lexicographically Getting ready How to do it... How it works... There's more... 5. Boolean Indexing ...

    广东省广州市2018年中考英语学科模拟题十六20180709274

    10. 系动词与形容词:"said lazily",系动词said后接形容词lazily,表示懒洋洋地说。 11. 听到某人的话:"When hearing these words",现在分词短语作时间状语。 12. 介词短语:"to his surprise",介词短语表示令他...

    甘肃省定西市临洮县第四中学2020学年八年级英语下学期第一次月考试题(无答案) 人教新目标版.doc

    2. 形容词转副词,如lazy变为lazily,常用来修饰动词。 3. 数词转换为序数词,如twenty变为twentieth,表示顺序。 4. 名词转形容词,如dirt变为dirtY,用以形容事物的状态。 5. 名词转形容词,如sun变为sunny,描述...

    第 2-6 课:使⽤ Spring Boot 和 Thymeleaf 演示上传⽂件1

    spring.servlet.multipart.resolve-lazily=false ``` 在实际应用中,为了处理文件上传,我们需要创建一个Controller,它会接收前端发送的文件。`MultipartFile`是Spring提供的接口,用于处理文件上传请求。以下是一...

    2021届福建省高三英语三校联考试题答案.docx

    6. **词汇积累**:文档中的词汇如"lazily bathed"、"desperately brainstorming"、"relish the pleasure"等,都是对学生词汇量和词汇运用的检验。 7. **句型结构**:例如"Only then did we realize we should ...

    安卓 image

    包括选择合适的图片格式(如WebP)、压缩图片大小、利用惰性加载(Lazily load images)等技术。 综上所述,"安卓 image"涉及了Android开发中的图像资源管理、菜单设计、全屏模式的实现以及图像的显示和处理等多个...

    新概念英语第二册单元测试答案.doc

    7. **副词的使用**:F部分提供了几个副词,如slowly(慢地)、lazily(懒散地),这些词修饰动词,表示动作的方式。 8. **将来时态**:G部分中,用will表示将来时态,如"He'll...",表明将要发生的动作。 9. **...

    前端面试-v21

    - ` Lazily loaded images`:利用`loading="lazy"`属性延迟加载图片。 开放式问题涉及的技能和流程,如JavaScript延迟加载技术、关注的技术趋势、开发流程与使用的工具、网站性能优化策略、原型继承和闭包的理解等...

    Android代码-Kodein-DI

    Lazily instantiate your dependencies when needed Stop caring about dependency initialization order Easily bind classes or interfaces to their instance or provider Easily debug your dependency bindings...

    react-lazily-render:延迟安装昂贵的组件,直到将占位符组件滚动到视图中为止

    npm install --save react-lazily-render 用法 () import React from 'react' ; import LazilyRender from 'react-lazily-render' ; ...lots of content... < LazilyRender xss=removed> } content = { ...

    Qazy:延迟加载 - 没有 SEO 负面影响

    -- data-qazy is set to true means to load it lazily. Set it to false if you don't want to load it lazily. --> <!-- A default placeholder is used. To change the placeholder, assign the variable ...

    Git-2.21.0-64-bit.zip

    committed, the command line prompt script failed to notice the current status, which has been improved. * Many GIT_TEST_* environment variables control various aspects of how our tests are run, ...

    Packt.Mastering.Csharp.and.NET.Programming

    - **Deferred Execution**: Explains how LINQ queries are executed lazily, only when the results are enumerated. - **Joining and Grouping Collections**: Demonstrates how to combine and group data ...

    springframework.5.0.12.RELEASE

    HibernateTransactionManager (unintentionally) bound to Hibernate 5.2 SharedSessionContractImplementor [SPR-17557] #22089 Spring JavaMailSenderImpl does not show proper message when recipient list is ...

    新特性源代码

    9. **延迟加载**:考虑到性能和用户体验,源代码可能会采用延迟加载技术,如Lazily加载图片或数据,只在实际需要时才加载,提高应用启动速度。 总的来说,这个“新特性源代码”提供了对ViewPager组件的深度定制,...

    Redis 事务与过期时间详细介绍

    Redis 的过期策略是惰性删除(Lazily Expired)和定期删除(Periodic Checking)相结合,保证了内存的有效利用和性能的平衡。 总结来说,Redis 的事务和过期时间是两个关键特性,它们提供了数据的原子性和时效性...

Global site tag (gtag.js) - Google Analytics