Class DefaultAbstractFindPageInterceptor<T,R>

java.lang.Object
io.micronaut.data.runtime.intercept.AbstractQueryInterceptor<T,R>
io.micronaut.data.runtime.intercept.DefaultAbstractFindPageInterceptor<T,R>
Type Parameters:
T - The declaring type
R - The paged type.
All Implemented Interfaces:
DataInterceptor<T,R>
Direct Known Subclasses:
DefaultFindCursoredPageInterceptor, DefaultFindPageInterceptor

public abstract class DefaultAbstractFindPageInterceptor<T,R> extends AbstractQueryInterceptor<T,R>
An abstract base implementation of query interceptor for page interceptors implementing FindPageInterceptor or FindCursoredPageInterceptor.
Since:
4.8.0
Author:
graemerocher
  • Constructor Details

    • DefaultAbstractFindPageInterceptor

      protected DefaultAbstractFindPageInterceptor(@NonNull @NonNull RepositoryOperations datastore)
      Default constructor.
      Parameters:
      datastore - The operations
  • Method Details

    • intercept

      public R intercept(RepositoryMethodKey methodKey, io.micronaut.aop.MethodInvocationContext<T,R> context)
      Description copied from interface: DataInterceptor
      Intercepts a data method execution.
      Parameters:
      methodKey - The method key
      context - The context
      Returns:
      The result