public interface SearchableEntityRepository<M extends BaseModelAbstract<I>,C extends SearchableCriteria,I extends Comparable<? super I>,U>
| Modifier and Type | Method and Description |
|---|---|
List<M> |
search(C criteria,
org.springframework.data.domain.Pageable pageable,
U user) |
Copyright © 2020. All rights reserved.