T - type of consumed objectpublic interface RelationalFsp<T>
extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
| Modifier and Type | Method and Description |
|---|---|
default FspResponse<T> |
findFsp(FspRequest fspRequest)
Method which allows filtering, paging and sorting for given T param entity.
|
default FspResponse<T> findFsp(FspRequest fspRequest)
fspRequest - request with filter, paging and sortingCopyright © 2022. All rights reserved.