Mongo in Java can be used with several tools:
- the 10gen official driver
- an alternative async Java driver
- a mapper — a library built on top of a driver — Morphia, Jongo... (see complete list)
Is there some benchmarks comparing mappers to drivers performances and one versus each others?