1 / 18
文档名称:

hibernate hql语句使用(hibernate hql语句使用).doc

格式:doc   大小:23KB   页数:18页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

hibernate hql语句使用(hibernate hql语句使用).doc

上传人:rjmy2261 2017/11/18 文件大小:23 KB

下载得到文件列表

hibernate hql语句使用(hibernate hql语句使用).doc

相关文档

文档介绍

文档介绍:hibernate hql语句使用(hibernate hql语句使用)
First, the use of aggregate functions in Hibernate
The Projections class of the Criteria interface is mainly used to help the Criteria interface plete the packet query and statistics function of the data:
List cats= ()
.setProjection ( ())
.add ( ())
.add ( ("weight"))
.add ( ("weight"))
.add ( ("weight"))
.add ( ("color"))
.addOrder ( ("color")).List ();
The example code is equivalent to:
Select color, count (*), AVG (weight), max (weight), min (weight), min (weight) from cat group by color ordy color asc;
Two, conditional query (Criteria Queries)
With an intuitive, extensible conditional query, API is the
feature of Hibernate.
1. create a Criteria instance
. interface represents a query for a particular persistent class. Session is a factory for Criteria instances.
Criteria crit = ();
(50);
List cats = ();
2. limit the content of the result set
A separate query condition is an instance of . interface. . class defines the factory method for obtaining some built-in Criterion types.
List cats = ()
.add ( ("name", "Fritz%"))
.add ( ("weight", minWeight, maxWeight)
.list ();
Constraints can be grouped logically.
List cats = ()
.add ( ("name", "Fritz%"))
.add ()
("age", new Integer (0)),
("age")
))
.list ();
List cats = ()
.add ( ("name", "new String[]", "Fritz", "Izi", "Pk"})
.add ( ())
.add ( ("age"))
.add ( ("age", new Integer (0))
.add (Restr

最近更新

综合解析福建龙海第二中学物理八年级下册期末.. 20页

综合解析福建泉州市永春第一中学物理八年级下.. 21页

综合解析福建泉州市永春第一中学物理八年级下.. 20页

2024年云南机电职业技术学院单招职业技能测试.. 55页

2024年公务员(国考)之行政职业能力测验真题.. 328页

2024年公务员(国考)之行政职业能力测验真题.. 322页

2024年公务员(国考)之行政职业能力测验真题.. 329页

2024年公务员(国考)之行政职业能力测验真题.. 333页

2024年公务员(国考)之行政职业能力测验真题.. 328页

专业养老护理员培训ppt课件 27页

2024年四川省高职单招职业适应性测试题库及参.. 56页

专业化妆面部护理培训ppt课件 30页

2024年四川省高职单招职业适应性测试题库带答.. 57页

2024年四川省高职单招职业适应性测试题库精品.. 55页

2024年四川省高职单招职业适应性测试题库附参.. 58页

2024年四川艺术职业学院单招综合素质考试题库.. 73页

2024年山东省临沂市高职单招职业适应性测试题.. 55页

2024年山东省高职单招职业适应性测试题库-精品.. 46页

2024年山东省高职单招职业适应性测试题库丨精.. 45页

2024年山东省高职单招职业适应性测试题库及参.. 44页

2024年山东省高职单招职业适应性测试题库及答.. 46页

2024年山东省高职单招职业适应性测试题库含答.. 45页

2024年山东省高职单招职业适应性测试题库精品.. 44页

中专外科护理学ppt课件 29页

2024年山东省高职单招职业适应性测试题库(典.. 46页

2023年消防救援站党支部工作总结 4页

慢性胃炎中医症候评分表格模板2 3页

教师心得体会师德感悟篇范文2023年 9页

学校食堂6s管理内容和标准四篇 51页

夹江陶瓷产业发展历程和基本概况 5页