Class DefaultFindCursoredPageInterceptor<T,R>

Type Parameters:
T - The declaring type
R - The paged type.
All Implemented Interfaces:
DataInterceptor<T,R>, FindCursoredPageInterceptor<T,R>

public class DefaultFindCursoredPageInterceptor<T,R> extends DefaultAbstractFindPageInterceptor<T,R> implements FindCursoredPageInterceptor<T,R>
Default implementation of FindCursoredPageInterceptor.
Since:
4.8.0
Author:
Andriy Dmytruk
  • Constructor Details

    • DefaultFindCursoredPageInterceptor

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