Class RepositoryPartQuery

java.lang.Object
org.springframework.data.elasticsearch.repository.query.AbstractElasticsearchRepositoryQuery
org.springframework.data.elasticsearch.repository.query.RepositoryPartQuery
All Implemented Interfaces:
RepositoryQuery
Direct Known Subclasses:
ElasticsearchPartQuery

public class RepositoryPartQuery extends AbstractElasticsearchRepositoryQuery
A repository query that is built from the the method name in the repository definition. Was originally named ElasticsearchPartQuery.
Author:
Rizwan Idrees, Mohsin Husen, Kevin Leturc, Mark Paluch, Rasmus Faber-Espensen, Peter-Josef Meisch, Haibo Liu