我有兩個持久的JDO類。一個類包含另一個類的列表。使用雲端點顯示包含類。但由於延遲加載,api資源管理器向我顯示一個帶有空對象的List。 我試圖向列表中添加到defaultFetchGroup,但我得到了以下錯誤: The datastore does not support joins and therefore cannot honor requests to place related o
我有一個類Autor和一個類Dokument,它們之間有一個雙向的1對n列表關係(1個Autor可以寫幾個文檔),我想將它們保存到Cloud SQL中。 orm在package.jdo和package-cloudsql.orm中指定。 庫門類: public class Autor {
private String aid;
private String vorname;
我有兩個表名爲:t1,t2,t3。 t1 consists of the following columns: id(PK), name
t2 consists of the following columns: idPr(PK), id(FK), client
t3 consists of the following columns: idF(PK), id(FK),
我得到的下面一行 User ret=(User)query.execute(username.toString());
這個錯誤不會query.execute()只能被扔進名單<>? java.lang.ClassCastException: com.google.appengine.datanucleus.query.StreamingQueryResult cannot be cast t