Not able to set number in Restrictions.ilike("id" ,"+"searchTerm"+") in hibernate -
i have student class attribute name , id property.
name || id rahul11 101 sam 110
i make 1 search bar in if search 11 display thing start 11 in student class.
how achieve criteria.add(restrictions.****)
edit: using search term string
Comments
Post a Comment