Example usage for org.springframework.data.repository.core.support QueryCreationListener interface-usage

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

Introduction

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

Usage

From source file org.springframework.data.mongodb.repository.support.IndexEnsuringQueryCreationListener.java

/**
 * {@link QueryCreationListener} inspecting {@link PartTreeMongoQuery}s and creating an index for the properties it
 * refers to.
 * 
 * @author Oliver Gierke
 */