Example usage for org.springframework.data.repository.query Parameters subclass-usage

List of usage examples for org.springframework.data.repository.query Parameters subclass-usage

Introduction

In this page you can find the example usage for org.springframework.data.repository.query Parameters subclass-usage.

Usage

From source file com.frank.search.solr.repository.query.SolrParameters.java

/**
 * @author Christoph Strobl
 */
public class SolrParameters extends Parameters<SolrParameters, SolrParameter> {

    public SolrParameters(Method method) {