public interface SearchableEntityRestController<M extends BaseModelAbstract<I>,C extends SearchableCriteria,S extends SearchableEntityService<M,C,?,I,U>,I extends Comparable<? super I>,U>
| Modifier and Type | Field and Description |
|---|---|
static String |
SEARCH_URL |
| Modifier and Type | Method and Description |
|---|---|
S |
getService() |
U |
getUser() |
default List<M> |
SEARCH(C criteria,
org.springframework.data.domain.Pageable pageable) |
static final String SEARCH_URL
Copyright © 2020. All rights reserved.