jdo
How can I map a parent-child relationship in JDO, where each parent has a list of children?
I\'m new to JDO but I\'m willing to use it to to make my code portable (currently I\'m using AppEngine, thats why). In the following Google Talk: http://dl.google.com/io/2009/pres/W_0415_Building_Scal[详细]
2023-02-08 13:15 分类:问答JDO query using the object ID
I have a User object which has a collection of Transaction objects und开发者_如何学Goer it. I store the object ID for my User object and now need a query to sum the transactions under the User object[详细]
2023-02-08 10:40 分类:问答Can ORM + relational DB be considered Object-Relational Database Management system?
I\'m wondering why is ORM so popular and everybody is using ORM implementations of JDO and JDA specifications, instead of using object databases that implements these specifications as well. The perfo[详细]
2023-02-08 03:38 分类:问答Inconsistent cascading persistence-by-reachability behavior with JDO, App Engine, Data Nucleus, JUnit
I\'m experimenting with App Engine, using JDO and DataNucleus for persistence.I have a simple domain that includes several unidirectional relationships.The question comes with nesting those relationsh[详细]
2023-02-07 19:50 分类:问答recover local_db.bin
using App Engine and Java I decided to delete the local datastore located in local_db.bin as I had made some changes to class models contained in it. Mistake![详细]
2023-02-07 16:53 分类:问答can I have both JDO and JPA annotations at the same time?
What will actually happen if I provide a full set of annotations for JPA and JDO on data objects? Can I then switch between them without touching the code? how can I switch what to aplay external con[详细]
2023-02-07 00:49 分类:问答JDO in Google App Engine: How should polymorphic relationships be implemented?
I\'m working on GAE-based applications, which uses JDO to access datastore. I need to implement polymorphic relationship between persisted objects.[详细]
2023-02-05 18:42 分类:问答JDO API with Datanucleus, is too noise while using ANT
I use ANT to run my JDO application example implemented using Datanucleus solution. When I run it I see a lot of INFO lines generated by Datanucleus. How can I get rid of them?[详细]
2023-02-05 08:39 分类:问答Google App Engine JDO persistence with HashMap child field
I have a parent class and I want to store a HashMap within it. However, every time 开发者_如何学运维I try to modify that HashMap I get the following error:[详细]
2023-02-03 08:08 分类:问答JDO in Google App Engine: order of keys in unowned one-to-many relationship
I\'m implementing web application with JDO in Google App Engine. According to documentation, in owned one-to-many relationships, order of elements in \"owner\" object collection is determined either[详细]
2023-02-03 00:20 分类:问答