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) |
Copyright © 2020. All rights reserved.