[转]hibernate的Restrictions

<p:colorscheme colors="#ffffff,#666699,#c0c0c0,#000066,#49cacd,#467ce8,#000066,#878fa5"></p:colorscheme>  
方法
说明
Restrictions.eq
Restrictions.allEq
利用 Map 来进行多个等于的限制
Restrictions.gt
Restrictions.ge
>=
Restrictions.lt
Restrictions.le
<=
Restrictions.between
BETWEEN
Restrictions.like
LIKE
Restrictions.in
in
Restrictions.and
and
Restrictions.or
or
Restrictions.sqlRestriction
SQL 限定查询

你可能感兴趣的:(sql,Hibernate,fortran)