morphia
How do I save a model when using Play Morphia MongodDb plugin?
I am using morphia plugin for play framework and my code is in scala. The documentation of this plugin:[详细]
2023-03-16 08:33 分类:问答Morphia update recursive document
I currently have a model that has an array of objects of the same type as a field. These objects in the array can have their own children of the same type, and so on.[详细]
2023-03-16 04:19 分类:问答What is the performance difference between Morphia and MongoDB Module in Play framework?
Both Morphia and MongodD开发者_运维问答B Module in play framework are wrappers around Java driver for MongoDB.[详细]
2023-03-15 17:06 分类:问答How to get id of model saved in mongodb using java driver or morphia?
There is a tutorial http:开发者_运维知识库//code.google.com/docreader/#p=morphia&s=morphia&t=QuickStart[详细]
2023-03-15 06:41 分类:问答Is Morphia based on Java driver for MongoDb and can it work if domain model is scala?
Is it based on mongoDb java driver ? Can I use it when the domain model is scala program in version 1.2.2RC1+ of play framework?[详细]
2023-03-15 06:12 分类:问答Morphia-MongoDB - "Please override this method for user marked Id field entity"
I am following a tutorial mention on code.google, but my example fails giving the following trace : java.lang.RuntimeException: java.lang.reflect.InvocationTargetException[详细]
2023-03-08 18:46 分类:问答Using the $in operator through Morphia - doing it wrong?
I have the following Play Framework entity (using Morphia for persistence) as part of a generic blogging app:[详细]
2023-03-08 17:53 分类:问答I'm studying Morphia, but confused with the DBRef
1 @Entity public class Blog { @Id ObjectId id; @reference User author; String content; } or 2 @Entity public class Blog {[详细]
2023-03-07 08:19 分类:问答The generic type information of fields in traits are missing?
I found this problem when I use Morphia in scala. It checks the fields of a class by reflection, and get necessary type information for mapping.[详细]
2023-03-04 03:29 分类:问答How do Morphia, Mongo4j and Spring data for MongoDB compare? [closed]
Closed. This question is opinion-based. It is not 开发者_如何学Ccurrently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citatio[详细]
2023-03-01 10:44 分类:问答