The MatchMode.ANYWHERE match the pattern anywhere in the string.
criteria.add(Restrictions.like("videotags", "pattern", MatchMode.ANYWHERE));
Cover All Spring Modules with working examples.
criteria.add(Restrictions.like("videotags", "pattern", MatchMode.ANYWHERE));
0 comments:
Post a Comment