Package io.micronaut.data.hibernate.reactive.repository.jpa.intercept
package io.micronaut.data.hibernate.reactive.repository.jpa.intercept
-
ClassDescriptionAbstract specification interceptor.Interceptor that supports count specifications.Implementation of the unpaged version of
findAll(Specification)
.Implementation offindOne(Specification)
for JPA specifications.Runtime implementation ofPage find(Specification, Pageable)
.