Package io.micronaut.data.runtime.intercept.criteria.async
package io.micronaut.data.runtime.intercept.criteria.async
-
ClassDescriptionAbstract async specification interceptor.Interceptor that supports async count specifications.Implementation of async
deleteAll(Specification)
.Interceptor that supports async exists specifications.Implementation of async unpaged version offindAll(Specification)
.Implementation of asyncfindOne(Specification)
.Runtime implementation ofCompletableFuture<Page> find(Specification, Pageable)
.Implementation of asyncupdateAll(Specification)
.