Morphia is a lightweight type-safe library for mapping Java objects to/from MongoDB.
My database of choice is MongoDB. I'm writing a data-layer API to abstract implementation details from client applications - that …
java unit-testing mongodb junit morphiaI am using java/morphia to deal with mongodb. The default ObjectId is not very convenient to use from Java …
mongodb key morphiaI would like to know if there is a way to get the last update/modify time of data (i.…
mongodb morphiaI'm just getting started with MongoDb and I've noticed that I get a lot of duplicate records for entries that …
java mongodb morphiaJust a quick question about something I've just experienced and I'm still thinking about why: mongos> db.tickets.count({ "…
mongodb mongodb-query mongodb-java morphiaPlease note: although this question mentions Mongo it is surely a pure Groovy question at heart. My MyApp#bootstrap method: …
mongodb syntax groovy runtimeexception morphiaI've a simple data structure (the Transaction referenced below) to be inserted into mongodb: {"amount":111,"debitAcc":"588188286231743e7d5c923d","…
mongodb mongodb-java morphiaI have simple class named Signal. Class looks as follows: public class Signal { private String id; private Date timestamp; public …
java mongodb morphiaIm completely new to MongoDb and Morphia and trying to learn how to update my document. I cannot see/understand …
java mongodb morphiaI am using Morphia, the Pojo mapper for MongoDB, and I find difficult a task that in my view should …
java mongodb morphia