Hibernate Criteria Restrictions Tool class usage

Source: Internet
Author: User

Criteriaquery CQ = new Criteriaquery (Tsuser.class, DataGrid);
Query Condition Builder
ORG.JEECGFRAMEWORK.CORE.EXTEND.HQLSEARCH.HQLGENERATEUTIL.INSTALLHQL (CQ, user);
Restrictions.or (Restrictions.ilike ("UserName", Searchvalue, Matchmode.anywhere), Restrictions.ilike ("RealName", Searchvalue, Matchmode.anywhere));
Restrictions.or (Restrictions.ilike ("UserOrgList.tsDepart.departname", Searchvalue, Matchmode.anywhere), Restrictions.ilike ("UserKey", Searchvalue, Matchmode.anywhere));
Restrictions.or (Restrictions.ilike ("Userquarters", Searchvalue, Matchmode.anywhere), Restrictions.ilike ("UserWork ", Searchvalue, Matchmode.anywhere));
Cq.add ();
This.systemService.getDataGridReturn (CQ, True);
Tagutil.datagrid (response, DataGrid);

Unlimited Add or

list<tsuser> list = Criteria.add (Restrictions.or (restrictions.like ("description", Key,matchmode.anywhere),                    restrictions.or (restrictions.like ("name", Key,matchmode.anywhere),               restrictions.or (restricti Ons.like ("direct", Key,matchmode.anywhere),               restrictions.or (Restrictions.like ("Mainplay", Key,matchmode.any where),                        restrictions.like ("Filearea", Key,matchmode.anywhere)))). List ();

Hibernate Criteria Restrictions Tool class usage

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.