Spring Data Elasticsearch

org.springframework.data.elasticsearch.repository
Interface ElasticsearchCrudRepository<T,ID extends Serializable>

Type Parameters:
T -
ID -
All Superinterfaces:
org.springframework.data.repository.CrudRepository<T,ID>, org.springframework.data.repository.PagingAndSortingRepository<T,ID>, org.springframework.data.repository.Repository<T,ID>
All Known Subinterfaces:
ElasticsearchRepository<T,ID>
All Known Implementing Classes:
SimpleElasticsearchRepository

public interface ElasticsearchCrudRepository<T,ID extends Serializable>
extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>


Method Summary
<S extends T>
List<S>
save(List<S> entities)
           
 
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
 

Method Detail

save

<S extends T> List<S> save(List<S> entities)

Spring Data Elasticsearch

Copyright © 2013 BioMed Central. All Rights Reserved.