I have a mongo query
db.table_name.find()
I want to execute this native query in Java.
I have seen some answers using eval, bu
eval