Closed
Description
bakiller opened DATAMONGO-2087 and commented
in the interface
org.springframework.data.mongodb.repository.MongoRepository
the method :
<S extends T> List<S> saveAll(Iterable<S> entites);
should be :
<S extends T> List<S> saveAll(Iterable<S> entities);
Referenced from: pull request #610, and commits 586bf85, abc74fd
Backported to: 2.0.11 (Kay SR11)