8. まずEntity @PersistenceCapable( GAE/Jでは必須 identityType = IdentityType.APPLICATION) アプリで 主キー定義する public class User { という意味 @PrimaryKey @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY) private Key key; @Persistent アプリケーションで private String userId; 値を自動生成 @Persistent private String password; あとげったー、せったーね。 9. んで Daoね その1 public class UserDao { public void insert(PersistenceManager pm, User us