You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")