Package io.micronaut.data.jpa.repository.intercept
package io.micronaut.data.jpa.repository.intercept
Custom interceptors for JPA.
- Since:
- 1.0.0
- Author:
- graemerocher
-
ClassDescriptionAbstract specification interceptor.Interceptor that supports count specifications.Interceptor that supports delete specifications.Implementation of the unpaged version of
findAll(Specification)
.Implementation offindOne(Specification)
for JPA specifications.Runtime implementation ofPage find(Specification, Pageable)
.Interceptor for flushing.Interceptor for Load.Interceptor for JPA merge operation.