Class SimpleElasticsearchRepository<T,ID>

java.lang.Object
org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository<T,ID>
All Implemented Interfaces:
ElasticsearchRepository<T,ID>, CrudRepository<T,ID>, PagingAndSortingRepository<T,ID>, Repository<T,ID>

public class SimpleElasticsearchRepository<T,ID> extends Object implements ElasticsearchRepository<T,ID>
Elasticsearch specific repository implementation. Likely to be used as target within ElasticsearchRepositoryFactory
Author:
Rizwan Idrees, Mohsin Husen, Ryan Henszey, Kevin Leturc, Mark Paluch, Christoph Strobl, Michael Wirth, Sascha Woo, Murali Chevuri, Peter-Josef Meisch, Aleksei Arsenev, Jens Schauder