Closed
Description
Vojtech Letal opened DATAMONGO-1431 and commented
Right now I am playing with Spring Data MongoDB and I need to have multiple collections consisting of object of the same class. All of the collections can be possibly large so I can not even use MongoTemplate
because MongoTemplate#stream(Query, Class)
also does not allow me to specify the collection name. Also it also means that the stream(…)
method definition is inconsistent with findAll(…)
, which has a variant allowing you to specify the collection
Affects: 1.9.1 (Hopper SR1)
Issue Links:
- DATAMONGO-252 Provide an Iterator over DBCursor
("supersedes")
Referenced from: commits 325bcd1