| 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). |
| UpdateAllAsyncSpecificationInterceptor |
Implementation of async
updateAll(Specification). |