Monday, July 20, 2015

Spring Data JPA `IN` clause with Spring Data REST

You can do as follows:

http://localhost:8080/api/events/search/findByLevelIn?level=ERROR,WARN

See the following link for the details on Spring Data JPA `IN` clause:

http://izeye.blogspot.kr/2015/07/use-in-caluse-with-spring-data-jpa.html

No comments:

Post a Comment