Package io.micronaut.data.jpa.repository.intercept
Custom interceptors for JPA.
- Since:
- 1.0.0
- Author:
- graemerocher
-
Class Summary Class Description AbstractSpecificationInterceptor<T,R> Abstract specification interceptor.CountSpecificationInterceptor Interceptor that supports count specifications.FindAllSpecificationInterceptor Implementation of the unpaged version offindAll(Specification)
.FindOneSpecificationInterceptor Implementation offindOne(Specification)
for JPA specifications.FindPageSpecificationInterceptor Runtime implementation ofPage find(Specification, Pageable)
.FlushInterceptor<T> Interceptor for flushing.LoadInterceptor<T> Interceptor for Load.