Package io.micronaut.data.runtime.intercept
Default implementations of the
io.micronaut.data.intercept interfaces.- Since:
- 1.0.0
-
Class Summary Class Description AbstractQueryInterceptor<T,R> Abstract interceptor that executes aQuery.DataIntroductionAdvice The root Data introduction advice, which simply delegates to an appropriate interceptor declared in theio.micronaut.data.interceptpackage.DefaultCountInterceptor<T> Default implementation ofCountInterceptor.DefaultDeleteAllInterceptor<T> Default implementation ofDeleteAllInterceptor.DefaultDeleteOneInterceptor<T> The default implementation ofDeleteOneInterceptor.DefaultExistsByInterceptor<T> The default implementation ofExistsByInterceptor.DefaultFindAllInterceptor<T,R> The default implementation ofFindAllInterceptor.DefaultFindByIdInterceptor<T> Default implementation that handles lookup by ID.DefaultFindOneInterceptor<T> Default implementation of theFindOneInterceptorinterface.DefaultFindOptionalInterceptor<T> Default implementation ofFindOptionalInterceptor.DefaultFindPageInterceptor<T,R> Default implementation ofFindPageInterceptor.DefaultFindSliceInterceptor<T,R> Default implementation ofFindSliceInterceptor.DefaultFindStreamInterceptor<T> Default implementation ofFindStreamInterceptor.DefaultSaveAllInterceptor<T,R> Default implementation ofSaveAllInterceptor.DefaultSaveEntityInterceptor<T> Default implementation ofSaveEntityInterceptor.DefaultSaveOneInterceptor<T> Default implementation ofSaveOneInterceptor.DefaultUpdateAllEntitiesInterceptor<T,R> Default implementation ofUpdateAllEntitiesInterceptor.DefaultUpdateEntityInterceptor<T> Default implementation ofUpdateEntityInterceptor.DefaultUpdateInterceptor<T> Default implementation ofUpdateInterceptor.