search « mongodb « Java Database Q&A





1. Multiple search in mongodb with morphia    stackoverflow.com

I've two classes: User and Project. The project class have ONE user (the owner of project). In search method, it returns a list of user after a method, and with this list of ...

2. Mongo regex for searching fixed integer in a column of string type?    stackoverflow.com

I have a Mongo DB column which contains values of the sort "1001,100" and "1001" stored as a string. While searching for '100' through a java class, I have used

query.put(dbColumn, ...