Package io.micronaut.data.runtime.intercept.criteria
package io.micronaut.data.runtime.intercept.criteria
-
ClassDescriptionThe abstract criteria operation.Abstract specification interceptor.Interceptor that supports count specifications.Implementation of
deleteAll(Specification)
.Interceptor that supports exists specifications.Implementation of the unpaged version offindAll(Specification)
.Implementation offindOne(Specification)
for JPA specifications.Runtime implementation ofPage find(Specification, Pageable)
.Implementation ofupdateAll(Specification)
.