Top "Jongo" questions

Jongo allows to query in Java as in Mongo shell; unmarshalling results into Java objects (by default with Jackson).

(MongoDB Java) $push into array

I'm using mongo 2.2.3 and the java driver. My dilemma, I have to $push a field and value into an array, …

java mongodb mongo-java nosql-aggregation jongo
Regular Expression to find string starts with letter and ends with slash /

I'm having a collection which has 1000 records has a string column. I'm using Jongo API for querying mongodb. I need …

regex mongodb jongo