Hibernate Restrictions 用法

Restrictions 用法less

HQL運算符spa

QBC運算符字符串

含義it

=io

Restrictions.eq()table

等於equaltop

<> tab

Restrictions.ne()di

不等於not equalco

> 

Restrictions.gt()

大於greater than

>=

Restrictions.ge()

大於等於greater than or equal

< 

Restrictions.lt()

小於less than

<=

Restrictions.le()

小於等於less than or equal

is null

Restrictions.isnull()

等於空值

is not null

Restrictions.isNotNull()

非空值

like

Restrictions.like()

字符串模式匹配

and

Restrictions.and()

邏輯與

or

Restrictions.or()

邏輯或

not

Restrictions.not()

邏輯非

in(列表)

Restrictions.in()

等於列表中的某一個值

not in(列表)

Restrictions.not(Restrictions.in())

不等於列表中任意一個值

between x and y

Restrictions.between()

閉區間xy中的任意值

not between x and y

Restrictions.not(Restrictions..between())

小於值X或者大於值y


之後再寫例子完善!!!

相關文章
相關標籤/搜索