Guest User

Untitled

a guest
Nov 20th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. for (int i=1; i<subBusinessEntityList.size();i++) {
  2. criteria.add(Restrictions.or(Restrictions.ilike("subB‌​E","%"+subBusinessEn‌​tityList.get(i)+"%")‌​));
  3. }
Add Comment
Please, Sign In to add comment