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

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

Introduction

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

Usage

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

public class DynamicRepositoryInvokerFactory implements RepositoryInvokerFactory {

    private final RepositoryInvokerFactory delegate;
    private final Repositories repositories;

    public DynamicRepositoryInvokerFactory(Repositories repositories,