Spring Data Solr

org.springframework.data.solr.repository
Interface SolrCrudRepository<T,ID extends Serializable>

Type Parameters:
T -
ID -
All Superinterfaces:
CrudRepository<T,ID>, PagingAndSortingRepository<T,ID>, Repository<T,ID>, SolrRepository<T,ID>
All Known Implementing Classes:
SimpleSolrRepository

public interface SolrCrudRepository<T,ID extends Serializable>
extends SolrRepository<T,ID>, PagingAndSortingRepository<T,ID>

Author:
Christoph Strobl

Method Summary
 
Methods inherited from interface org.springframework.data.solr.repository.SolrRepository
count
 
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll, findAll
 
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, delete, delete, deleteAll, exists, findAll, findAll, findOne, save, save
 


Spring Data Solr

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.