com.github.wz2cool.elasticsearch.repository.ElasticsearchExtRepository Maven / Gradle / Ivy
package com.github.wz2cool.elasticsearch.repository;
import com.github.wz2cool.elasticsearch.mapper.SelectByDynamicQueryMapper;
import com.github.wz2cool.elasticsearch.mapper.SelectByLogicPagingQueryMapper;
import org.springframework.data.elasticsearch.repository.ElasticsearchRepository;
/**
* Abstract Elasticsearch Repository
*
* @param entity class
* @author Frank
*/
public interface ElasticsearchExtRepository extends
ElasticsearchRepository,
SelectByLogicPagingQueryMapper,
SelectByDynamicQueryMapper {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy