Example usage for org.springframework.data.repository.support RepositoryInvoker interface-usage

List of usage examples for org.springframework.data.repository.support RepositoryInvoker interface-usage

Introduction

In this page you can find the example usage for org.springframework.data.repository.support RepositoryInvoker interface-usage.

Usage

From source file org.lightadmin.core.persistence.repository.invoker.DynamicRepositoryInvoker.java

public interface DynamicRepositoryInvoker extends RepositoryInvoker {

    Page findAll(Specification spec, Pageable pageable);

    List findAll(Specification spec, Sort sort);