java - findBy with custom filter in PagingAndSortingRepository -


i have interface extending pagingandsortingrepository

i have custom find :

findjobbynamebysystemidusercompanyid(companyid, pageable) 

this works fine, want introduce filtering, want search (like) string in list.

how can achieve that? search term on field ?

please have here: http://docs.spring.io/spring-data/jpa/docs/current/reference/html/#jpa.query-methods.query-creation

example: findbyfirstnamelike(...), findbyfirstnamenotlike(...)


Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -