Example usage for org.springframework.data.repository.query QueryByExampleExecutor interface-usage

List of usage examples for org.springframework.data.repository.query QueryByExampleExecutor interface-usage

Introduction

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

Usage

From source file br.edu.ifrn.findyourpro.persistencia.PrestadorDeServicoRepository.java

/**
 * CrudRepository com definicao de metodo.
 *
 * @author Johann Guerra
 */
public interface PrestadorDeServicoRepository

From source file com._4dconcept.springframework.data.marklogic.repository.MarklogicRepository.java

/**
 * Marklogic specific {@link org.springframework.data.repository.Repository} interface.
 *
 * @author Stphane Toussaint
 */
@NoRepositoryBean