Package io.micronaut.data.runtime.intercept.criteria.async
-
Class Summary Class Description AbstractAsyncSpecificationInterceptor<T,R> Abstract async specification interceptor.CountAsyncSpecificationInterceptor Interceptor that supports async count specifications.DeleteAllAsyncSpecificationInterceptor Implementation of asyncdeleteAll(Specification)
.FindAllAsyncSpecificationInterceptor Implementation of async unpaged version offindAll(Specification)
.FindOneAsyncSpecificationInterceptor Implementation of asyncfindOne(Specification)
.FindPageAsyncSpecificationInterceptor Runtime implementation ofCompletableFuture<Page> find(Specification, Pageable)
.UpdateAllAsyncSpecificationInterceptor Implementation of asyncupdateAll(Specification)
.