Class | Description |
---|---|
AbstractAsyncSpecificationInterceptor<T,R> |
Abstract async specification interceptor.
|
CountAsyncSpecificationInterceptor |
Interceptor that supports async count specifications.
|
DeleteAllAsyncSpecificationInterceptor |
Implementation of async
deleteAll(Specification) . |
FindAllAsyncSpecificationInterceptor |
Implementation of async unpaged version of
findAll(Specification) . |
FindOneAsyncSpecificationInterceptor |
Implementation of async
findOne(Specification) . |
FindPageAsyncSpecificationInterceptor |
Runtime implementation of
CompletableFuture<Page> find(Specification, Pageable) . |
UpdateAllAsyncSpecificationInterceptor |
Implementation of async
updateAll(Specification) . |