Class FindPageSpecificationInterceptor

All Implemented Interfaces:
DataInterceptor<Object,Object>

@Internal public class FindPageSpecificationInterceptor extends AbstractSpecificationInterceptor<Object,Object>
Runtime implementation of Page find(Specification, Pageable).
Since:
3.1
Author:
graemerocher, Denis Stepanov
  • Constructor Details

    • FindPageSpecificationInterceptor

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