Package io.micronaut.data.hibernate.reactive.repository.jpa.intercept
-
Class Summary Class Description AbstractSpecificationInterceptor Abstract specification interceptor.ReactiveCountSpecificationInterceptor Interceptor that supports count specifications.ReactiveFindAllSpecificationInterceptor Implementation of the unpaged version offindAll(Specification)
.ReactiveFindOneSpecificationInterceptor Implementation offindOne(Specification)
for JPA specifications.ReactiveFindPageSpecificationInterceptor Runtime implementation ofPage find(Specification, Pageable)
.