I am developing a small java application thats employing ModgoDB as its database.
I do not want to have to build my data using Document so I thought to use MongoJack.
however MongoJack doesnt seem to support MongoCollection's.
Also I never seem to get an _id set in my save Objects.
What other options do I have other than MongoJack to save java model objects into MongoDB?