We are troubled by eventually occurring cursor not found exceptions for some Morphia Queries asList and I\'ve found a hint on SO, that this might be quite memor
A cursor is an object returned by calling db.collection.find() and which enables iterating through documents (NoSQL equivalent of a SQL "row") of a MongoDB collection (NoSQL equivalent of "table").