public interface SearchableEntityService<M extends BaseModelAbstract<I>,C extends SearchableCriteria,R extends SearchableEntityRepository<M,C,I,U>,I extends Comparable<? super I>,U>
| Modifier and Type | Method and Description |
|---|---|
R |
getRepository() |
default List<M> |
search(C criteria,
U user) |
Copyright © 2020. All rights reserved.