- 类型参数:
T -
ID -
- 所有超级接口:
- org.springframework.data.repository.CrudRepository<T,ID>, org.springframework.data.elasticsearch.repository.ElasticsearchCrudRepository<T,ID>, org.springframework.data.elasticsearch.repository.ElasticsearchRepository<T,ID>, org.springframework.data.repository.PagingAndSortingRepository<T,ID>, org.springframework.data.repository.Repository<T,ID>
@NoRepositoryBean
public interface IBaseSearch<T,ID extends Serializable>
extends org.springframework.data.elasticsearch.repository.ElasticsearchRepository<T,ID>, org.springframework.data.repository.PagingAndSortingRepository<T,ID>