网页
图片
视频
学术
词典
地图
更多
航班
笔记本
HQL
网络
面向对象的查询语言(Hibernate Query Language)
网络释义
1.
面向对象的查询语言(Hibernate Query Language)
Hibernate Query Language
(
HQL
)提供了十分强大的功能,推荐大家使用这种查询方式。HQL具有与SQL语言类似的语法规 …
ljc19861127.blog.163.com
|
基于1385个网页
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
With
Hibernate
,
you
can
define
an
HQL
query
in
a
Hibernate
mapping
file
(
hbm
.
xml
)
and
give
it
a
name
.
使用
Hibernate
,
可以
在
Hibernate
映射
文件
(
hbm.xml
)
中
定义
HQL
查询
并
为
其
命名
。
www.ibm.com
2.
Listing
2
demonstrates
two
methods
:
a
group
lookup
using
an
HQL
query
and
a
group
lookup followed by an action
.
清单
2
展示
了
两个
方法
:
一个
使用
HQL
查询
的
组
查询
,
另一个
是
后面
接
一个
操作
的
组
查询
。
www-128.ibm.com
3.
Of
course
,
not
many
of
us
would
need
(or want
,
for that matter) to
retrieve
the
entire
database
with
a
single
HQL
query
.
当然
,
我们
之中
没有
多少
人
需要
只
用
一个
HQL
查询
检索
整个
数据库
。
www.ibm.com
4.
The
only
exception
is
when
your
application
has
special
business
rules
for
data
aggregation
and
ordering
that
HQL
doesn't
support
.
当
你
的
应用程序
对
数据
聚合
和
排序
有
HQL
不
支持
的
特定
业务
规则
时
除外
。
www.infoq.com
5.
You
can
build
a
HQL
WHERE
clause
using
either binding
parameters
or simple
string
concatenation
;
the
decision
impacts
on
performance
.
既
可以
使用
绑定
参数
构造
HQL
的
WHERE
子句
,
也
可以
使用
字符串
拼接
的
方法
,
该
决定
对
性能
会
有
一定
影响
。
www.infoq.com
6.
To
access
an
Individual
from the
database
,
simply
specify
the
class
name
in
your
HQL
query
,
as
shown
in
Listing
5
.
要
想
访问
数据库
中
的
Individual
,
只需
在
HQL
查询
中
指定
类
名
即可
,
如
清单
5
所示
。
www.ibm.com
7.
Added
support
for
calling
Sql
Functions
(
HQL
concept
)
from
projections
(
Criteria
)
.
增加
了
从
Criteria
中
调用
(
HQL
概念
的
)
Sql
函数
的
支持
www.infoq.com
8.
This
can
be
overridden
with
an
eager
fetching
,
such
as
join
fetching
using
HQL
or
Criteria
,
when
you
need
data
from
both
entities
.
当
你
需要
从
实体
两端
获取
数据
时
,
可以
用
立即
抓取
(
eagerfetching
)
覆盖
默认
策略
,
例如
使用
HQL
或
Criteria
配置
连接
抓取
(
joinfetching
)
。
www.infoq.com
9.
As of
now
,
sharding
framework
cannot
be
used
with
HQL
.
It
can
only
be
used
with
SQL
.
到
目前
为止
,
分片
框架
不能
用于
HQL
,
它
只能
用于
SQL
。
www.ibm.com
10.
For
information
on
externalizing
HQL
queries
,
refer
to
the
Resources
section
.
有关
外
化
HQL
查询
的
更多
信息
,
参阅
参考资料
部分
。
www.ibm.com
1
2