1. Morphia and MongoDB - Modeling Something like Settings stackoverflow.comI'm evaluating MongoDB and Morphia right now. How would I model something like 'settings', where there is only one 'record' (I'm not sure of the proper Mongo term to use). ... |
2. Morphia/MongoDB: can't do getmore stackoverflow.comI'm trying to iterate over all rows ("documents"?) in my MongoDB database using Morphia. Occasionally I get the following stacktrace:
|
3. Strategy for using Morphia to persist domain objects without adding unnecessary annotations to domain objects? stackoverflow.comHypothetically, lets say I have a domain object called
|
4. Using Mongodb and Morphia stackoverflow.comHi has anyone have used Mongodb with Morphia. I have made a implementation however I am getting a lot of errors from my implementation following the link below; Can anyone share ... |
5. Unit testing with MongoDB stackoverflow.comMy database of choice is MongoDB. I'm writing a data-layer API to abstract implementation details from client applications - that is, I'm essentially providing a single public interface (an object which ... |
6. Morphia Generics - Not Possible? stackoverflow.comI'm trying to save a List of Generics(M) through Mongo/Morphia. I get this error when I tried to save: com.google.code.morphia.mapping.MappingException: Generic Typed Class not supported: = class java.lang.Object Does this mean ... |
7. How to add indexes in mongoDB project with Morphia framework stackoverflow.comi'm working on a gwt project, that uses mongoDB as database, and morphia framework to work with mongodb. I already finished the basic dao of my classes and now i want to ... |
8. Is there a way to automate the generation of test data for MongoDB stackoverflow.comI have a DTO being mapped to MongoDB using morphia. Is there any way of generating randomised test data for MongoDB (as per my DTO) without writing something in-house? |
9. How to programmatically instantiate dynamically loaded class from values in a file? stackoverflow.comI have basic knowledge of Java's reflection API - therefore, this is not only a question of how, it's a question of whether it's possible and whether I'm going about a ... |
10. DAO and dependency injection, advice? stackoverflow.comThis is the first time im using the DAO pattern. From what I've read so far, implementing this pattern will help me seperate my calling code (controller) from any ... |
11. How to call DAO without Factory? stackoverflow.comAs per my post here, I have the following DAO hierarchy: GenericDAO.java
|
12. morphia handle bad data stackoverflow.comLet's say I have some json like this in mongo:
and a java class like this:
This works (I know that the json should ... |