public interface OrderableEntityService<M extends BaseModelAbstract<I>,C extends BaseCriteriaAbstract<I>,R extends OrderableEntityRepository<M,C,I,U>,I extends Comparable<? super I>,U>
| Modifier and Type | Method and Description |
|---|---|
default M |
getFirst(C criteria,
U user) |
default M |
getLast(C criteria,
U user) |
R |
getRepository() |
Copyright © 2020. All rights reserved.