Package io.micronaut.data.runtime.intercept.criteria
-
Class Summary Class Description AbstractSpecificationInterceptor<T,R> Abstract specification interceptor.CountSpecificationInterceptor Interceptor that supports count specifications.DeleteAllSpecificationInterceptor Implementation ofdeleteAll(Specification)
.FindAllSpecificationInterceptor Implementation of the unpaged version offindAll(Specification)
.FindOneSpecificationInterceptor Implementation offindOne(Specification)
for JPA specifications.FindPageSpecificationInterceptor Runtime implementation ofPage find(Specification, Pageable)
.UpdateAllSpecificationInterceptor Implementation ofupdateAll(Specification)
. -
Enum Summary Enum Description AbstractSpecificationInterceptor.Type