Morphia is a lightweight type-safe library for mapping Java objects to/from MongoDB.
I've been trying to combine the and() and or() methods of the Query interface to create a set of conditions …
java mongodb morphiaWhen using mongodb in a replica set configuration (1 arbiter, 1 primary, 2 slaves); how do I set a preference that read be …
java mongodb replication morphiaI want to know how to write a Morphia mongodb query with 'or' operator I wrote mongodb query like this …
java mongodb morphiaIs there a way to save enum into the mongoDB? I want to save something like: public enum SnapshotType { EVENT, …
mongodb morphiaHow to get distinct values out of a collection with where condition? For Example, I have Worker class, which contains …
java mongodb morphiausing document oriënted database mongodb and the Object Document Mapper (ODM) morphia Lets say we have 3 different classes; Object, …
mongodb morphia document-oriented-dbI've been trying to get the example code from the Morphia Website working with very little success, I was wondering …
java mongodb morphiaI'm using Morphia to access mongoDB. I need to get a list of objects by the length of the inner …
java mongodb morphiaI'm pretty new to mongodb and morphia, after starting using it, I realize that there is a extra part in …
java mongodb morphia