What have you tried? What aspect of the query is unclear? Have you looked at the Java driver documentation? You might want to consider using an object mapper like Jongo which aims to allow you to "Query in Java as in Mongo shell". It's also worth noting that your non-rooted regular expression queries will not make efficient use of indexes. – StennieOct 14 '12 at 7:09