samhyun / blog-comments

0 stars 0 forks source link

posts/jpa_jpa-querydsl/ #2

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Spring data jpa - Querydsl web support

삼현 개발 블로그, samhyun, samhyun blog, Jpa, Projections

https://samhyun-blog.netlify.app/posts/jpa_jpa-querydsl/

carloscazelattojr commented 2 years ago

Hi! If I need to search for name with the LIKE expression, how would I do it? ex. /posts?name=%test% -> post.name.like("test") ??? does this exist?