I'm new using Android room persistence library, usually, I use the DBHeper for managing the data, but I'm trying to use this technology, I wanna know how can I use this query at Room persistence library
SELECT * FROM CLIENTS where name LIKE %name%
But when I use % after "Like" I Android underline this on red line