public interface StringSearchRepository<T,ID>
extends org.springframework.data.repository.Repository<T,ID>, org.springframework.data.repository.CrudRepository<T,ID>, org.springframework.data.repository.PagingAndSortingRepository<T,ID>
| Modifier and Type | Method and Description |
|---|---|
default Long |
countByStringSearch(String s) |
default org.springframework.data.domain.Page<T> |
findByStringSearch(String s,
org.springframework.data.domain.Pageable p) |
Copyright © 2021. All rights reserved.