HQL“为空"并且“!= null"在 Oracle 列上

HQL quot;is nullquot; And quot;!= nullquot; on an Oracle column(HQL“为空并且“!= null在 Oracle 列上)
本文介绍了HQL“为空"并且“!= null"在 Oracle 列上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否休眠HQL中的column != null转换为SQL中的column is null?

Does hibernate convert column != null in HQL to a column is null in SQL?

推荐答案

那是你应该在 hibernate 中使用的二元运算符

That is a binary operator in hibernate you should use

is not null

看看 14.10.表达式

这篇关于HQL“为空"并且“!= null"在 Oracle 列上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Hibernate reactive No Vert.x context active in aws rds(AWS RDS中的休眠反应性非Vert.x上下文处于活动状态)
SQL to Generate Periodic Snapshots from Transactions Table(用于从事务表生成定期快照的SQL)
How to define composite foreign key mapping in hibernate?(如何在Hibernate中定义复合外键映射?)
MyBatis support for multiple databases(MyBatis支持多个数据库)
Oracle 12c SQL: Missing column Headers in result(Oracle 12c SQL:结果中缺少列标题)
SQL query to find the number of customers who shopped for 3 consecutive days in month of January 2020(查询2020年1月连续购物3天的客户数量)