I am trying to find documents in MongoDB by searching on \"_id\" key. My document looks like this-
{ \"_id\" : ObjectId(\"4f693d40e4b04cde19f17205\"), \"
Solved it by using query as-
query.putAll((BSONObject)query);