`
zhanghe086
  • 浏览: 55586 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Property path [...] does not reference a collection

 
阅读更多
criteria.add(Restrictions.or(Restrictions.ne("isCancelled", null), Restrictions.isNull("isCancelled")));
在使用hiberante查询时,“isCancelled” 字段的值可能为空值,使用isEmpty(propertyName)、isNull(propertyName)都会报Property path [...] does not reference a collection异常,将为空的查询改为 Property.forName("isCancelled").isNull()即:
criteria.add(Restrictions.or(Restrictions.ne("isCancelled", null), Property.forName("isCancelled").isNull()));
ok,搞定了。
分享到:
评论
1 楼 zwt2001267 2013-08-20  
It works

相关推荐

    -Dmaven.multiModuleProjectDirectory system property is not set.

    如果该属性没有设置或设置不正确,则会出现类似 `-Dmaven.multiModuleProjectDirectory system property is not set` 的错误提示。 #### 2. `$M2_HOME` 环境变量的配置与作用 - **配置**:`$M2_HOME` 是一个环境...

    RAD Studio VCL Win32 Reference (VCL参考)

    RAD Studio VCL Reference (VCL参考) ContentsActnColorMaps Namespace Classes TStandardColorMap Class TStandardColorMap Members TStandardColorMap Methods TStandardColorMap.SetColor Method ...

    property用法.txt

    ### property用法详解 在Java Web开发中,特别是使用Struts2框架时,`property`标签是处理数据展示的关键工具之一。它主要用于显示Action中的属性值。本文将深入解析`property`标签的各种用法,帮助开发者更好地...

    java 写的读取txt、property...等文件内容保存在list里

    java 写的读取txt、property...等文件的内容保存在list里,希望对大家能得到帮助。

    PropertySheet.props

    ffas

    property tax.docx

    property tax.docx

    PartName_to_PropertyName.zip_python 二次开发 ansa

    我们将以"PartName_to_PropertyName.zip"中的"PartName_to_PropertyName.py"文件为例进行解析。 首先,了解ANSYS Workbench的Python API是至关重要的。这个API提供了访问和操作Workbench项目、模型、解决方案等各个...

    QtProperty.exe.zip

    【QtProperty.exe.zip】是一个包含Qt相关库和可执行文件的压缩包,主要目标是帮助开发者快速构建能够高效地在QML(Qt Quick)和C++之间进行交互的Model类。这个工具利用了Qt框架的强大功能,特别是其属性系统,以...

    解决-Dmaven.multiModuleProjectDirectory system propery is not set

    其中一个常见的错误信息就是"-Dmaven.multiModuleProjectDirectory system property is not set"。这个错误提示通常意味着Maven没有正确地找到其多模块项目的根目录路径。要解决这个问题,我们需要正确设置环境变量...

    vscode中的vue项目报错Property ‘xxx‘ does not exist on type ‘CombinedVueInstance<{ readyOnly...Vetur(2339)

    在使用Visual Studio Code (VSCode) 开发Vue项目时,可能会遇到一个常见的错误:“Property ‘xxx’ does not exist on type ‘CombinedVueInstance<{ readonly...}, Vetur(2339)”。这个错误提示通常出现在使用...

    environments was not found on the java.library.path: E:\\Program Files (x86)\\Java

    可以在启动Java应用时通过命令行参数`-Djava.library.path=path`来设置,或者在Java代码中通过`System.setProperty("java.library.path", "path")`来修改。 3. **处理权限问题**:确保执行Java程序的用户有读取和...

    org.eclipse.ui.examples.propertysheet..jar

    Eclipse-plugins 插件,eclipse 各种插件 .jar 包,免费下载 eclipse202106 -plugins 各种插件 .jar 包,免费下载 如果下载不了,关注我,评论区联系我, Eclipse-plugins eclipse, plugins, eclipse202106, ...

    ARM Architecture Reference Manual.pdf

    This publication on its own does not convey any license, either express or implied, relating to any Samsung and/or third-party products, under the intellectual property rights of Samsung and/or any ...

    Get My MSL1.3.apk

    and manually excluding devices which will not work on so it does not show up in their android market.It will work on most Android Phones (all those which store the code as property ril.MSL)....

    filepath-propertybrowser.zip

    实现了property的filepath功能,原代码位于https://doc.qt.io/archives/qq/qq18-propertybrowser-code.zip,这里以qt6.2.2+msvc2019为环境稍稍修改,并配套qt6.2.2所附的propertybrowser源码

    用C、C++完整防火墙源代码

    .\Property\Property.opt .\Property\Property.aps .\Property\Property.dsp .\Property\Property.rc .\Property\Property.clw .\Property\ReadMe.txt .\Property\resource.h .\Property\NetIPAria.h .\Property\...

    spring-boot-reference.pdf

    19.2. Running as a Packaged Application 19.3. Using the Maven Plugin 19.4. Using the Gradle Plugin 19.5. Hot Swapping 20. Developer Tools 20.1. Property Defaults 20.2. Automatic Restart 20.2.1. ...

    VESA-DSC-1.2a.pdf

    Intellectual Property . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .9 Trademarks . . . . . . . . . . . . . . . . . . . . . . . ....

    Writing Testbenches using System Verilog

    Path Coverage . . . . . 44 Expression Coverage 45 FSM Coverage . . . . . 46 What Does 100 Percent Code Coverage Mean? . . . . . 48 Functional Coverage . . . . . . . . . . . . 49 Writing ...

    vscode中的vue项目报错Property ‘xxx‘ does not exist on type ‘CombinedVueInstance<{ readyOnly…Vetur(2339)

    VSCode 中 Vue 项目报错 Property ‘xxx‘ does not exist on type ‘CombinedVueInstance…Vetur(2339) 在 VSCode 中使用 Vue 项目时,可能会遇到 Property ‘xxx‘ does not exist on type ...

Global site tag (gtag.js) - Google Analytics